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

/freebsd-11.0-release/sys/netinet/
H A Digmp_var.h177 #define IGIF_LOOPBACK 0x00000002 /* Send IGMP reports to loopback */ macro
H A Digmp.c740 if (igi->igi_flags & IGIF_LOOPBACK) {
741 CTR2(KTR_IGMPV3, "ignore v1 query on IGIF_LOOPBACK ifp %p(%s)",
834 if (igi->igi_flags & IGIF_LOOPBACK) {
835 CTR2(KTR_IGMPV3, "ignore v2 query on IGIF_LOOPBACK ifp %p(%s)",
972 * FUTURE: Check if ifp has IGIF_LOOPBACK set, as we will make
1028 if (igi->igi_flags & IGIF_LOOPBACK) {
1029 CTR2(KTR_IGMPV3, "ignore v3 query on IGIF_LOOPBACK ifp %p(%s)",
1709 loop = (igi->igi_flags & IGIF_LOOPBACK) ? 1 : 0;
2247 if (inm->inm_igi->igi_flags & IGIF_LOOPBACK)
2438 if (igi->igi_flags & IGIF_LOOPBACK) {
[all...]

Completed in 60 milliseconds