Searched refs:rtrequest (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.121.3/bsd/netinet6/ |
| H A D | in6_ifattach.c | 1126 (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 | 2663 (void) rtrequest(RTM_DELETE, rt_key(rt), NULL, rt_mask(rt), 0, NULL); in nd6_free()
|
| /xnu-8020.121.3/bsd/net/ |
| H A D | route.h | 637 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-8020.121.3/bsd/netinet/ |
| H A D | in_arp.c | 1205 rtrequest(RTM_DELETE, rt_key(rt), rt->rt_gateway, in arp_lookup_route()
|
| H A D | in_pcb.c | 2155 (void) rtrequest(RTM_DELETE, rt_key(rt), in in_losing()
|