Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Droute.h138 #define IS_LOCALNET_ROUTE(rt) \ macro
H A Dntstat.c403 IS_LOCALNET_ROUTE(inp->inp_route.ro_rt)) || in nstat_update_local_flag_from_inpcb_route()
/xnu-10063.101.15/bsd/netinet6/
H A Dudp6_output.c640 if (IS_LOCALNET_ROUTE(rt)) { in udp6_output()
/xnu-10063.101.15/bsd/netinet/
H A Dudp_usrreq.c2080 if (IS_LOCALNET_ROUTE(inp->inp_route.ro_rt)) { in udp_output()