Searched refs:rtrequest (Results 1 – 7 of 7) sorted by relevance
| /xnu-8796.121.2/bsd/net/ |
| H A D | route_private.h | 449 extern int rtrequest(int, struct sockaddr *,
|
| H A D | route.c | 1865 DTRACE_ROUTE6(rtrequest, int, req, struct sockaddr *, dst0, in rtrequest_common_locked() 2461 rtrequest(int req, struct sockaddr *dst, struct sockaddr *gateway, in rtrequest() function
|
| /xnu-8796.121.2/bsd/netinet6/ |
| H A D | in6_ifattach.c | 1125 (void) rtrequest(RTM_DELETE, in in6_ifdetach() 1205 (void) rtrequest(RTM_DELETE, rt_key(rt), rt->rt_gateway, in in6_ifdetach()
|
| H A D | in6_pcb.c | 1295 (void) rtrequest(RTM_DELETE, rt_key(rt), in in6_losing()
|
| H A D | nd6.c | 2687 (void) rtrequest(RTM_DELETE, rt_key(rt), NULL, rt_mask(rt), 0, NULL); in nd6_free()
|
| /xnu-8796.121.2/bsd/netinet/ |
| H A D | in_arp.c | 1206 rtrequest(RTM_DELETE, rt_key(rt), rt->rt_gateway, in arp_lookup_route()
|
| H A D | in_pcb.c | 2161 (void) rtrequest(RTM_DELETE, rt_key(rt), in in_losing()
|