Searched refs:RTM_RESOLVE (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Droute.h316 #define RTM_RESOLVE 0xb /* req to resolve dst to LL addr */ macro
H A Droute.c890 err = rtrequest_locked(RTM_RESOLVE, dst, NULL, NULL, 0, &newrt);
913 msgtype = RTM_RESOLVE;
1591 * (RTM_RESOLVE) or to remove it (RTM_DELETE). An exception to this is
1630 * in the RTM_RESOLVE handler since the caller does not normally
1641 if (req != RTM_RESOLVE &&
1645 if (req != RTM_RESOLVE && af == AF_INET && ip_doscopedroute) {
1787 case RTM_RESOLVE:
1981 if (req == RTM_RESOLVE) {
/darwin-on-arm/xnu/bsd/netinet/
H A Din_arp.c146 * of RTM_ADD/RTM_RESOLVE/RTM_DELETE in arp_rtrequest().
637 case RTM_RESOLVE:
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6.c150 * of RTM_ADD/RTM_RESOLVE/RTM_DELETE in nd6_rtrequest().
1288 * due to KAME goto ours hack. See RTM_RESOLVE case in
1804 if (req == RTM_RESOLVE) {
1899 case RTM_RESOLVE:
1908 if (req == RTM_RESOLVE) {
1949 * When req == RTM_RESOLVE, rt is created and

Completed in 34 milliseconds