Searched refs:IN_LINKLOCAL (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/netinet/
H A Dip_fastfwd.c206 IN_LINKLOCAL(ntohl(ip->ip_src.s_addr)) ||
207 IN_LINKLOCAL(ntohl(ip->ip_dst.s_addr)) ||
H A Din.h373 #define IN_LINKLOCAL(i) (((in_addr_t)(i) & 0xffff0000) == 0xa9fe0000) macro
383 #define IN_ANY_LOCAL(i) (IN_LINKLOCAL(i) || IN_LOCAL_GROUP(i))
H A Dip_input.c739 * IN_LINKLOCAL.
741 if (V_ip_mrouter && !IN_LINKLOCAL(ntohl(ip->ip_src.s_addr))) {
776 /* RFC 3927 2.7: Do not forward packets to or from IN_LINKLOCAL. */
777 if (IN_LINKLOCAL(ntohl(ip->ip_dst.s_addr)) ||
778 IN_LINKLOCAL(ntohl(ip->ip_src.s_addr))) {
H A Dif_ether.c1098 IN_LINKLOCAL(ntohl(itaddr.s_addr))) {
H A Din.c193 if (IN_EXPERIMENTAL(i) || IN_MULTICAST(i) || IN_LINKLOCAL(i))
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c4727 #if NETINET && defined(IN_LINKLOCAL)
4729 IN_LINKLOCAL(ntohl(sa->sin.sin_addr.s_addr))) &&

Completed in 389 milliseconds