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

/freebsd-current/sys/netinet/
H A Digmp_var.h176 #define IGIF_LOOPBACK 0x00000002 /* Send IGMP reports to loopback */ macro
H A Digmp.c777 if (igi->igi_flags & IGIF_LOOPBACK) {
778 CTR2(KTR_IGMPV3, "ignore v1 query on IGIF_LOOPBACK ifp %p(%s)",
870 if (igi->igi_flags & IGIF_LOOPBACK) {
871 CTR2(KTR_IGMPV3, "ignore v2 query on IGIF_LOOPBACK ifp %p(%s)",
1006 * FUTURE: Check if ifp has IGIF_LOOPBACK set, as we will make
1062 if (igi->igi_flags & IGIF_LOOPBACK) {
1063 CTR2(KTR_IGMPV3, "ignore v3 query on IGIF_LOOPBACK ifp %p(%s)",
1741 loop = (igi->igi_flags & IGIF_LOOPBACK) ? 1 : 0;
2282 if (inm->inm_igi->igi_flags & IGIF_LOOPBACK)
2475 if (igi->igi_flags & IGIF_LOOPBACK) {
[all...]

Completed in 70 milliseconds