FD.io VPP  v20.01-48-g3e0dafb74
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

◆ foreach_igmp_error

#define foreach_igmp_error
Value:
_ (NONE, "valid igmp packets") \
_ (UNSPECIFIED, "unspecified error") \
_ (INVALID_PROTOCOL, "invalid ip4 protocol") \
_ (BAD_CHECKSUM, "bad checksum") \
_ (BAD_LENGTH, "bad length") \
_ (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

◆ igmp_error_t

Enumerator
IGMP_N_ERROR 

Definition at line 30 of file igmp_error.h.