Searched refs:rtrequest (Results 1 – 7 of 7) sorted by relevance
| /xnu-10063.141.1/bsd/net/ |
| H A D | route_private.h | 431 extern int rtrequest(int, struct sockaddr *,
|
| H A D | route.c | 1874 DTRACE_ROUTE6(rtrequest, int, req, struct sockaddr *, dst0, in rtrequest_common_locked() 2484 rtrequest(int req, struct sockaddr *dst, struct sockaddr *gateway, in rtrequest() function
|
| /xnu-10063.141.1/bsd/netinet6/ |
| H A D | in6_ifattach.c | 1120 (void) rtrequest(RTM_DELETE, in in6_ifdetach() 1200 (void) rtrequest(RTM_DELETE, rt_key(rt), rt->rt_gateway, in in6_ifdetach()
|
| H A D | in6_pcb.c | 1340 (void) rtrequest(RTM_DELETE, rt_key(rt), in in6_losing()
|
| H A D | nd6.c | 2688 (void) rtrequest(RTM_DELETE, rt_key(rt), NULL, rt_mask(rt), 0, NULL); in nd6_free()
|
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | in_arp.c | 1208 rtrequest(RTM_DELETE, rt_key(rt), rt->rt_gateway, in arp_lookup_route()
|
| H A D | in_pcb.c | 2283 (void) rtrequest(RTM_DELETE, rt_key(rt), in in_losing()
|