FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | igmp_query_args_t_ |
A copy of the query message sent from the worker to the main thread. More... | |
Typedefs | |
typedef struct igmp_query_args_t_ | igmp_query_args_t |
A copy of the query message sent from the worker to the main thread. More... | |
Functions | |
void | igmp_handle_query (const igmp_query_args_t *args) |
Called from the main thread on reception of a Query message. More... | |
typedef struct igmp_query_args_t_ igmp_query_args_t |
A copy of the query message sent from the worker to the main thread.
void igmp_handle_query | ( | const igmp_query_args_t * | args | ) |
Called from the main thread on reception of a Query message.
Definition at line 174 of file igmp_query.c.