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

/xnu-2422.115.4/bsd/netinet/
H A Digmp_var.h159 #define IGIF_LOOPBACK 0x00000002 /* Send IGMP reports to loopback */ macro
H A Digmp.c852 if (igi->igi_flags & IGIF_LOOPBACK) {
853 IGMP_PRINTF(("%s: ignore v1 query on IGIF_LOOPBACK "
947 if (igi->igi_flags & IGIF_LOOPBACK) {
948 IGMP_PRINTF(("%s: ignore v2 query on IGIF_LOOPBACK "
1102 * FUTURE: Check if ifp has IGIF_LOOPBACK set, as we will make
1156 if (igi->igi_flags & IGIF_LOOPBACK) {
1157 IGMP_PRINTF(("%s: ignore v3 query on IGIF_LOOPBACK "
1926 loop = (igi->igi_flags & IGIF_LOOPBACK) ? 1 : 0;
2551 if (inm->inm_igi->igi_flags & IGIF_LOOPBACK)
2763 if (igi->igi_flags & IGIF_LOOPBACK) {
[all...]

Completed in 14 milliseconds