Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Digmp_var.h162 #define IGIF_LOOPBACK 0x00000002 /* Send IGMP reports to loopback */ macro
H A Digmp.c884 if (igi->igi_flags & IGIF_LOOPBACK) { in igmp_input_v1_query()
981 if (igi->igi_flags & IGIF_LOOPBACK) { in igmp_input_v2_query()
1193 if (igi->igi_flags & IGIF_LOOPBACK) { in igmp_input_v3_query()
2026 loop = (igi->igi_flags & IGIF_LOOPBACK) ? 1 : 0; in igmp_timeout()
2717 if (inm->inm_igi->igi_flags & IGIF_LOOPBACK) { in igmp_v1v2_queue_report()
2930 if (igi->igi_flags & IGIF_LOOPBACK) { in igmp_initial_join()
3015 inm->inm_scrv = ((igi->igi_flags & IGIF_LOOPBACK) ? 1 : (uint16_t)igi->igi_rv); in igmp_handle_state_change()
3099 if (igi->igi_flags & IGIF_LOOPBACK) { in igmp_final_leave()
3979 loop = (igi->igi_flags & IGIF_LOOPBACK) ? 1 : 0; in igmp_v3_dispatch_general_query()