Searched refs:route_to_gwroute (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.121.3/bsd/net/ |
| H A D | route_private.h | 451 extern errno_t route_to_gwroute(const struct sockaddr *, struct rtentry *,
|
| H A D | route.c | 4099 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 D | flow_route.c | 466 err = route_to_gwroute(SA(&fr->fr_faddr), rt, &gwrt); in flow_route_configure()
|
| /xnu-10063.121.3/bsd/netinet/ |
| H A D | in_arp.c | 1331 result = route_to_gwroute(SA(net_dest), hint, &route); in arp_lookup_ip()
|
| /xnu-10063.121.3/bsd/netinet6/ |
| H A D | nd6.c | 4730 result = route_to_gwroute(SA(ip6_dest), hint, &route); in nd6_lookup_ipv6()
|