Home
last modified time | relevance | path

Searched refs:IN_LOOPBACK (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dnat464_utils.h74 (!IN_LOOPBACK(x) && !IN_LINKLOCAL(x) && !IN_MULTICAST(x) && \
H A Dnat464_utils.c129 IN_LOOPBACK(ntohl(addrv4->s_addr)) || // 127.0.0.0/8 Loopback in nat464_synthesize_ipv6()
H A Dnecp.c13785 return IN_LOOPBACK(ntohl(SIN(address)->sin_addr.s_addr)); in necp_addr_is_loopback()
13820 if (IN_LOOPBACK(ntohl(inp->inp_laddr.s_addr)) || in necp_is_loopback()
13821 IN_LOOPBACK(ntohl(inp->inp_faddr.s_addr))) { in necp_is_loopback()
13837 if (IN_LOOPBACK(ntohl(ip->ip_src.s_addr))) { in necp_is_loopback()
13840 if (IN_LOOPBACK(ntohl(ip->ip_dst.s_addr))) { in necp_is_loopback()
/xnu-12377.41.6/bsd/netinet/
H A Din.h367 #define IN_LOOPBACK(i) (((u_int32_t)(i) & 0xff000000) == 0x7f000000) macro
H A Dmptcp_opt.c1615 IN_LOOPBACK(haddr) || in mptcp_do_add_addr_opt_v1()
1757 IN_LOOPBACK(haddr) || in mptcp_do_add_addr_opt_v0()
H A Din.c2211 !IN_LOOPBACK(addr)) { in inifa_ifpclatv4()
H A Din_pcb.c1348 IN_LOOPBACK(ntohl((a)->sin_addr.s_addr)) || \
H A Dmptcp_subr.c541 IN_LOOPBACK(ntohl(addrv4->s_addr)) || // 127.0.0.0/8 Loopback in mptcp_synthesize_nat64()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c859 IN_LOOPBACK(ntohl(flow->flow_ipv4_dst.s_addr)) || in pkt_is_for_listener()