Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/netinet/
H A Din.h368 #define IN_ZERONET(i) (((u_int32_t)(i) & 0xff000000) == 0) macro
H A Dmptcp_opt.c1594 if (IN_ZERONET(haddr) || in mptcp_do_add_addr_opt_v1()
1730 if (IN_ZERONET(haddr) || in mptcp_do_add_addr_opt_v0()
H A Dip_output.c541 if (IN_ZERONET(ntohl(pkt_dst.s_addr))) { in ip_output_list()
H A Din_pcb.c1245 IN_ZERONET(ntohl((a)->sin_addr.s_addr)) || \
H A Dmptcp_subr.c533 if (IN_ZERONET(ntohl(addrv4->s_addr)) || // 0.0.0.0/8 Source hosts on local network in mptcp_synthesize_nat64()
/xnu-8796.101.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()