Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Digmp.c917 case IGMP_IDLE_MEMBER: in igmp_input_v1_query()
1082 case IGMP_IDLE_MEMBER: in igmp_v2_update_group()
1316 case IGMP_IDLE_MEMBER: in igmp_input_v3_group_query()
1482 case IGMP_IDLE_MEMBER: in igmp_input_v1_report()
1633 case IGMP_IDLE_MEMBER: in igmp_input_v2_report()
2257 case IGMP_IDLE_MEMBER: in igmp_v1v2_process_group_timer()
2264 inm->inm_state = IGMP_IDLE_MEMBER; in igmp_v1v2_process_group_timer()
2337 case IGMP_IDLE_MEMBER: in igmp_v3_process_group_timers()
2537 case IGMP_IDLE_MEMBER: in igmp_v3_cancel_link_timers()
2892 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