FD.io VPP  v18.07-rc0-415-g6c78436
Vector Packet Processing
error.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define foreach_igmp_error
 

Enumerations

enum  igmp_error_t { IGMP_N_ERROR }
 

Macro Definition Documentation

#define foreach_igmp_error
Value:
_ (NONE, "valid igmp packets") \
_ (UNSPECIFIED, "unspecified error") \
_ (INVALID_PROTOCOL, "invalid ip4 protocol") \
_ (BAD_CHECKSUM, "bad checksum") \
_ (UNKNOWN_TYPE, "unknown igmp message type") \
_ (CLI_API_CONFIG, "CLI/API configured (S,G)s on interface") \

Definition at line 21 of file error.h.

Enumeration Type Documentation

Enumerator
IGMP_N_ERROR 

Definition at line 29 of file error.h.