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

/freebsd-9.3-release/sys/netinet/
H A Digmp.c736 if (igi->igi_flags & IGIF_LOOPBACK) {
737 CTR2(KTR_IGMPV3, "ignore v1 query on IGIF_LOOPBACK ifp %p(%s)",
830 if (igi->igi_flags & IGIF_LOOPBACK) {
831 CTR2(KTR_IGMPV3, "ignore v2 query on IGIF_LOOPBACK ifp %p(%s)",
968 * FUTURE: Check if ifp has IGIF_LOOPBACK set, as we will make
1024 if (igi->igi_flags & IGIF_LOOPBACK) {
1025 CTR2(KTR_IGMPV3, "ignore v3 query on IGIF_LOOPBACK ifp %p(%s)",
1699 loop = (igi->igi_flags & IGIF_LOOPBACK) ? 1 : 0;
2240 if (inm->inm_igi->igi_flags & IGIF_LOOPBACK)
2431 if (igi->igi_flags & IGIF_LOOPBACK) {
[all...]
H A Din_var.h213 #define IGIF_LOOPBACK 0x00000002 /* Send IGMP reports to loopback */ macro

Completed in 99 milliseconds