Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Digmp.c924 case IGMP_IDLE_MEMBER: in igmp_input_v1_query()
1089 case IGMP_IDLE_MEMBER: in igmp_v2_update_group()
1323 case IGMP_IDLE_MEMBER: in igmp_input_v3_group_query()
1489 case IGMP_IDLE_MEMBER: in igmp_input_v1_report()
1640 case IGMP_IDLE_MEMBER: in igmp_input_v2_report()
2264 case IGMP_IDLE_MEMBER: in igmp_v1v2_process_group_timer()
2271 inm->inm_state = IGMP_IDLE_MEMBER; in igmp_v1v2_process_group_timer()
2344 case IGMP_IDLE_MEMBER: in igmp_v3_process_group_timers()
2544 case IGMP_IDLE_MEMBER: in igmp_v3_cancel_link_timers()
2899 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