Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Digmp_var.h180 #define IGIF_LOOPBACK 0x00000002 /* Send IGMP reports to loopback */ macro
/f-stack/freebsd/netinet/
H A Digmp_var.h180 #define IGIF_LOOPBACK 0x00000002 /* Send IGMP reports to loopback */ macro
H A Digmp.c784 if (igi->igi_flags & IGIF_LOOPBACK) { in igmp_input_v1_query()
878 if (igi->igi_flags & IGIF_LOOPBACK) { in igmp_input_v2_query()
1071 if (igi->igi_flags & IGIF_LOOPBACK) { in igmp_input_v3_query()
1747 loop = (igi->igi_flags & IGIF_LOOPBACK) ? 1 : 0; in igmp_fasttimo_vnet()
2285 if (inm->inm_igi->igi_flags & IGIF_LOOPBACK) in igmp_v1v2_queue_report()
2476 if (igi->igi_flags & IGIF_LOOPBACK) { in igmp_initial_join()
2551 inm->inm_scrv = ((igi->igi_flags & IGIF_LOOPBACK) ? 1 : igi->igi_rv); in igmp_handle_state_change()
2611 if (igi->igi_flags & IGIF_LOOPBACK) { in igmp_final_leave()
3416 loop = (igi->igi_flags & IGIF_LOOPBACK) ? 1 : 0; in igmp_v3_dispatch_general_query()