FD.io VPP
v18.07-rc0-415-g6c78436
Vector Packet Processing
|
igmp timer More...
Data Fields | |
f64 | exp_time |
igmp_timer_function_t * | func |
u32 | sw_if_index |
void * | data |
igmp timer
exp_time | - expiration time |
func | - function to call on timer expiration |
sw_if_index | - interface sw_if_index |
data | - custom data |
igmp_timer_function_t* igmp_timer_t_::func |