Home
last modified time | relevance | path

Searched refs:IGMP_IDLE_MEMBER (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/bsd/netinet/
H A Digmp.c920 case IGMP_IDLE_MEMBER: in igmp_input_v1_query()
1086 case IGMP_IDLE_MEMBER: in igmp_v2_update_group()
1318 case IGMP_IDLE_MEMBER: in igmp_input_v3_group_query()
1484 case IGMP_IDLE_MEMBER: in igmp_input_v1_report()
1633 case IGMP_IDLE_MEMBER: in igmp_input_v2_report()
2245 case IGMP_IDLE_MEMBER: in igmp_v1v2_process_group_timer()
2252 inm->inm_state = IGMP_IDLE_MEMBER; in igmp_v1v2_process_group_timer()
2325 case IGMP_IDLE_MEMBER: in igmp_v3_process_group_timers()
2526 case IGMP_IDLE_MEMBER: in igmp_v3_cancel_link_timers()
2883 inm->inm_state = IGMP_IDLE_MEMBER; in igmp_initial_join()
[all …]
H A Digmp_var.h208 #define IGMP_IDLE_MEMBER 3 /* IGMPv1/2 we reported last */ macro