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

/xnu-2422.115.4/bsd/net/
H A Droute.c938 err = rtrequest_locked(RTM_RESOLVE, dst, NULL, NULL, 0, &newrt);
961 msgtype = RTM_RESOLVE;
1671 * (RTM_RESOLVE) or to remove it (RTM_DELETE). An exception to this is
1710 * in the RTM_RESOLVE handler since the caller does not normally
1721 if (req != RTM_RESOLVE &&
1725 if (req != RTM_RESOLVE && af == AF_INET && ip_doscopedroute) {
1879 case RTM_RESOLVE:
2094 if (req == RTM_RESOLVE) {
H A Droute.h364 #define RTM_RESOLVE 0xb /* req to resolve dst to LL addr */ macro
H A Drtsock.c1401 case RTM_RESOLVE:
1402 c = "RTM_RESOLVE";
/xnu-2422.115.4/bsd/netinet6/
H A Dnd6.c146 * of RTM_ADD/RTM_RESOLVE/RTM_DELETE in nd6_rtrequest().
1599 * due to KAME goto ours hack. See RTM_RESOLVE case in
2023 * we might do this again below during RTM_RESOLVE, but doing it
2043 if (req == RTM_RESOLVE) {
2139 case RTM_RESOLVE:
2148 if (req == RTM_RESOLVE) {
2189 * When req == RTM_RESOLVE, rt is created and
/xnu-2422.115.4/bsd/netinet/
H A Din_arp.c97 * of RTM_ADD/RTM_RESOLVE/RTM_DELETE in arp_rtrequest().
722 case RTM_RESOLVE:

Completed in 59 milliseconds