
Go to the source code of this file.
Macros | |
| #define | RFCNBE_Bad -1 /* Bad response */ |
| #define | RFCNBE_OK 0 |
| #define | RFCNBE_NoSpace 1 /* Could not allocate space for a struct */ |
| #define | RFCNBE_BadName 2 /* Could not translate a name */ |
| #define | RFCNBE_BadRead 3 /* Read sys call failed */ |
| #define | RFCNBE_BadWrite 4 /* Write Sys call failed */ |
| #define | RFCNBE_ProtErr 5 /* Protocol Error */ |
| #define | RFCNBE_ConGone 6 /* Connection dropped */ |
| #define | RFCNBE_BadHandle 7 /* Handle passed was bad */ |
| #define | RFCNBE_BadSocket 8 /* Problems creating socket */ |
| #define | RFCNBE_ConnectFailed 9 /* Connect failed */ |
| #define | RFCNBE_CallRejNLOCN 10 /* Call rejected, not listening on CN */ |
| #define | RFCNBE_CallRejNLFCN 11 /* Call rejected, not listening for CN */ |
| #define | RFCNBE_CallRejCNNP 12 /* Call rejected, called name not present */ |
| #define | RFCNBE_CallRejInfRes 13 /* Call rejetced, name ok, no resources */ |
| #define | RFCNBE_CallRejUnSpec 14 /* Call rejected, unspecified error */ |
| #define | RFCNBE_BadParam 15 /* Bad parameters passed ... */ |
| #define | RFCNBE_Timeout 16 /* IO Timed out */ |
Variables | |
| const char * | RFCNB_Error_Strings [] |
Macro Definition Documentation
◆ RFCNBE_Bad
| #define RFCNBE_Bad -1 /* Bad response */ |
Definition at line 42 of file rfcnb-error.h.
◆ RFCNBE_BadHandle
| #define RFCNBE_BadHandle 7 /* Handle passed was bad */ |
Definition at line 53 of file rfcnb-error.h.
◆ RFCNBE_BadName
| #define RFCNBE_BadName 2 /* Could not translate a name */ |
Definition at line 48 of file rfcnb-error.h.
◆ RFCNBE_BadParam
| #define RFCNBE_BadParam 15 /* Bad parameters passed ... */ |
Definition at line 61 of file rfcnb-error.h.
◆ RFCNBE_BadRead
| #define RFCNBE_BadRead 3 /* Read sys call failed */ |
Definition at line 49 of file rfcnb-error.h.
◆ RFCNBE_BadSocket
| #define RFCNBE_BadSocket 8 /* Problems creating socket */ |
Definition at line 54 of file rfcnb-error.h.
◆ RFCNBE_BadWrite
| #define RFCNBE_BadWrite 4 /* Write Sys call failed */ |
Definition at line 50 of file rfcnb-error.h.
◆ RFCNBE_CallRejCNNP
| #define RFCNBE_CallRejCNNP 12 /* Call rejected, called name not present */ |
Definition at line 58 of file rfcnb-error.h.
◆ RFCNBE_CallRejInfRes
| #define RFCNBE_CallRejInfRes 13 /* Call rejetced, name ok, no resources */ |
Definition at line 59 of file rfcnb-error.h.
◆ RFCNBE_CallRejNLFCN
| #define RFCNBE_CallRejNLFCN 11 /* Call rejected, not listening for CN */ |
Definition at line 57 of file rfcnb-error.h.
◆ RFCNBE_CallRejNLOCN
| #define RFCNBE_CallRejNLOCN 10 /* Call rejected, not listening on CN */ |
Definition at line 56 of file rfcnb-error.h.
◆ RFCNBE_CallRejUnSpec
| #define RFCNBE_CallRejUnSpec 14 /* Call rejected, unspecified error */ |
Definition at line 60 of file rfcnb-error.h.
◆ RFCNBE_ConGone
| #define RFCNBE_ConGone 6 /* Connection dropped */ |
Definition at line 52 of file rfcnb-error.h.
◆ RFCNBE_ConnectFailed
| #define RFCNBE_ConnectFailed 9 /* Connect failed */ |
Definition at line 55 of file rfcnb-error.h.
◆ RFCNBE_NoSpace
| #define RFCNBE_NoSpace 1 /* Could not allocate space for a struct */ |
Definition at line 47 of file rfcnb-error.h.
◆ RFCNBE_OK
| #define RFCNBE_OK 0 |
Definition at line 43 of file rfcnb-error.h.
◆ RFCNBE_ProtErr
| #define RFCNBE_ProtErr 5 /* Protocol Error */ |
Definition at line 51 of file rfcnb-error.h.
◆ RFCNBE_Timeout
| #define RFCNBE_Timeout 16 /* IO Timed out */ |
Definition at line 62 of file rfcnb-error.h.
Variable Documentation
◆ RFCNB_Error_Strings
|
extern |
Definition at line 47 of file rfcnb-util.c.
Referenced by manage_request(), and RFCNB_Get_Error().
