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

/freebsd-12-stable/sys/netinet/
H A Digmp_var.h179 #define IGIF_LOOPBACK 0x00000002 /* Send IGMP reports to loopback */ macro
H A Digmp.c719 if (igi->igi_flags & IGIF_LOOPBACK) {
720 CTR2(KTR_IGMPV3, "ignore v1 query on IGIF_LOOPBACK ifp %p(%s)",
813 if (igi->igi_flags & IGIF_LOOPBACK) {
814 CTR2(KTR_IGMPV3, "ignore v2 query on IGIF_LOOPBACK ifp %p(%s)",
952 * FUTURE: Check if ifp has IGIF_LOOPBACK set, as we will make
1008 if (igi->igi_flags & IGIF_LOOPBACK) {
1009 CTR2(KTR_IGMPV3, "ignore v3 query on IGIF_LOOPBACK ifp %p(%s)",
1692 loop = (igi->igi_flags & IGIF_LOOPBACK) ? 1 : 0;
2228 if (inm->inm_igi->igi_flags & IGIF_LOOPBACK)
2417 if (igi->igi_flags & IGIF_LOOPBACK) {
[all...]

Completed in 113 milliseconds