Home
last modified time | relevance | path

Searched refs:IN_DS_LITE (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Din_private.h80 #define IN_DS_LITE(i) ((((u_int32_t)(i)) & (u_int32_t)0xfffffff8) == (u_int32_t)0xc0000000) macro
H A Dmptcp_opt.c1604 IN_DS_LITE(haddr) || in mptcp_do_add_addr_opt_v1()
1744 IN_DS_LITE(haddr) || in mptcp_do_add_addr_opt_v0()
H A Dmptcp_subr.c537 IN_DS_LITE(ntohl(addrv4->s_addr)) || // 192.0.0.0/29 DS-Lite in mptcp_synthesize_nat64()
/xnu-11215.1.10/bsd/net/
H A Dnat464_utils.c131 IN_DS_LITE(ntohl(addrv4->s_addr)) || // 192.0.0.0/29 DS-Lite in nat464_synthesize_ipv6()
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c848 IN_DS_LITE(ntohl(flow->flow_ipv4_dst.s_addr)) || in pkt_is_for_listener()