Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/net/
H A Droute_private.h451 extern errno_t route_to_gwroute(const struct sockaddr *, struct rtentry *,
H A Droute.c4099 route_to_gwroute(const struct sockaddr *net_dest, struct rtentry *hint0, in route_to_gwroute() function
/xnu-10063.121.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c466 err = route_to_gwroute(SA(&fr->fr_faddr), rt, &gwrt); in flow_route_configure()
/xnu-10063.121.3/bsd/netinet/
H A Din_arp.c1331 result = route_to_gwroute(SA(net_dest), hint, &route); in arp_lookup_ip()
/xnu-10063.121.3/bsd/netinet6/
H A Dnd6.c4730 result = route_to_gwroute(SA(ip6_dest), hint, &route); in nd6_lookup_ipv6()