Home
last modified time | relevance | path

Searched refs:IN_ZERONET (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.61.5/bsd/netinet/
H A Din.h368 #define IN_ZERONET(i) (((u_int32_t)(i) & 0xff000000) == 0) macro
H A Dmptcp_opt.c1601 if (IN_ZERONET(haddr) || in mptcp_do_add_addr_opt_v1()
1741 if (IN_ZERONET(haddr) || in mptcp_do_add_addr_opt_v0()
H A Dip_output.c556 if (IN_ZERONET(ntohl(pkt_dst.s_addr))) { in ip_output_list()
H A Din_pcb.c1389 IN_ZERONET(ntohl((a)->sin_addr.s_addr)) || \
H A Dmptcp_subr.c534 if (IN_ZERONET(ntohl(addrv4->s_addr)) || // 0.0.0.0/8 Source hosts on local network in mptcp_synthesize_nat64()
/xnu-11215.61.5/bsd/net/
H A Dnat464_utils.c128 if (IN_ZERONET(ntohl(addrv4->s_addr)) || // 0.0.0.0/8 Source hosts on local network in nat464_synthesize_ipv6()
/xnu-11215.61.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c845 if (IN_ZERONET(ntohl(flow->flow_ipv4_dst.s_addr)) || in pkt_is_for_listener()