$Revision: 1.7 $
Radix tree (rx). er_RX_errors.h - definition of errors for the radix module
Status: NOT REVUED, TESTED,
Design and implementation by: Marek Bukowy
Preprocessor definitions
#define IP_OK
#define IP_INVVER
#define IP_INVIP4
#define IP_NOSLAS
#define IP_ADTOLO
#define IP_PRTOLO
#define IP_INVPRF
#define IP_INVRAN
#define IP_NOREVD
#define IP_NO6YET
#define IP_TOSHRT
#define IP_INVARG
typedef enum {...} IP_err_code_t
enum |
|
{ |
|
LOW_IP_OK; |
|
LOW_IP_INVVER; |
|
LOW_IP_INVIP4; |
|
LOW_IP_NOSLAS; |
|
LOW_IP_ADTOLO; |
|
LOW_IP_PRTOLO; |
|
LOW_IP_INVPRF; |
|
LOW_IP_INVRAN; |
|
LOW_IP_NOREVD; |
|
LOW_IP_NO6YET; |
|
LOW_IP_TOSHRT; |
|
LOW_IP_INVARG; |
|
} |
|