FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
igmp_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") \
_ (NOT_ENABLED, "IGMP not enabled on this interface") \

Definition at line 21 of file igmp_error.h.

Enumeration Type Documentation

Enumerator
IGMP_N_ERROR 

Definition at line 29 of file igmp_error.h.