Searched refs:in_allhosts (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/netinet/
H A Digmp.c517 if (in_allhosts(addr) ||
718 if (!in_allhosts(ip->ip_dst) || !in_nullhost(igmp->igmp_group)) {
809 if (!in_allhosts(ip->ip_dst))
1000 if (!in_allhosts(ip->ip_dst) || nsrc > 0) {
H A Din.h657 #define in_allhosts(x) ((x).s_addr == htonl(INADDR_ALLHOSTS_GROUP)) macro

Completed in 122 milliseconds