Home
last modified time | relevance | path

Searched refs:IS_LOCALNET_ROUTE (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Droute.h138 #define IS_LOCALNET_ROUTE(rt) \ macro
/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_output.c674 if (IS_LOCALNET_ROUTE(rt)) { in udp6_output()
/xnu-12377.41.6/bsd/netinet/
H A Dudp_usrreq.c2163 if (IS_LOCALNET_ROUTE(inp->inp_route.ro_rt)) { in udp_output()