Searched refs:rtrequest (Results 1 – 7 of 7) sorted by relevance
| /xnu-10002.41.9/bsd/net/ |
| H A D | route_private.h | 431 extern int rtrequest(int, struct sockaddr *,
|
| H A D | route.c | 1868 DTRACE_ROUTE6(rtrequest, int, req, struct sockaddr *, dst0, in rtrequest_common_locked() 2464 rtrequest(int req, struct sockaddr *dst, struct sockaddr *gateway, in rtrequest() function
|
| /xnu-10002.41.9/bsd/netinet6/ |
| H A D | in6_ifattach.c | 1123 (void) rtrequest(RTM_DELETE, in in6_ifdetach() 1203 (void) rtrequest(RTM_DELETE, rt_key(rt), rt->rt_gateway, in in6_ifdetach()
|
| H A D | in6_pcb.c | 1338 (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-10002.41.9/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 | 2281 (void) rtrequest(RTM_DELETE, rt_key(rt), in in_losing()
|