Searched refs:rtrequest_scoped (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.141.3/bsd/net/ ! |
| H A D | route_private.h | 451 extern int rtrequest_scoped(int, struct sockaddr *, struct sockaddr *,
|
| H A D | route.c | 2473 rtrequest_scoped(int req, struct sockaddr *dst, struct sockaddr *gateway, in rtrequest_scoped() function
|
| /xnu-8796.141.3/bsd/kern/ ! |
| H A D | netboot.c | 510 error = rtrequest_scoped(cmd, (struct sockaddr *)&dst, in route_cmd()
|
| /xnu-8796.141.3/bsd/netinet6/ ! |
| H A D | nd6_rtr.c | 1005 err = rtrequest_scoped(RTM_ADD, (struct sockaddr *)&key, in defrouter_addreq() 1143 err = rtrequest_scoped(RTM_DELETE, in defrouter_delreq() 3752 error = rtrequest_scoped(RTM_ADD, (struct sockaddr *)&prefix, in nd6_prefix_onlink_common() 3897 error = rtrequest_scoped(RTM_DELETE, (struct sockaddr *)&sa6, in nd6_prefix_offlink()
|
| H A D | in6.c | 2242 error = rtrequest_scoped(RTM_ADD, in in6_ifaupdate_aux() 2321 error = rtrequest_scoped(RTM_ADD, in in6_ifaupdate_aux() 2371 error = rtrequest_scoped(RTM_ADD, in in6_ifaupdate_aux()
|