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

/darwin-on-arm/xnu/bsd/netinet/
H A Digmp_var.h159 #define IGIF_LOOPBACK 0x00000002 /* Send IGMP reports to loopback */ macro
H A Digmp.c817 if (igi->igi_flags & IGIF_LOOPBACK) {
818 IGMP_PRINTF(("ignore v1 query on IGIF_LOOPBACK ifp %p(%s%d)\n",
909 if (igi->igi_flags & IGIF_LOOPBACK) {
910 IGMP_PRINTF(("ignore v2 query on IGIF_LOOPBACK ifp %p(%s%d)\n",
1056 * FUTURE: Check if ifp has IGIF_LOOPBACK set, as we will make
1110 if (igi->igi_flags & IGIF_LOOPBACK) {
1111 IGMP_PRINTF(("ignore v3 query on IGIF_LOOPBACK ifp %p(%s%d)\n",
1841 loop = (igi->igi_flags & IGIF_LOOPBACK) ? 1 : 0;
2435 if (inm->inm_igi->igi_flags & IGIF_LOOPBACK)
2639 if (igi->igi_flags & IGIF_LOOPBACK) {
[all...]

Completed in 15 milliseconds