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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dif_atm.c122 case RTM_RESOLVE: /* resolve: only happens when cloning */
123 printf("atm_rtrequest: RTM_RESOLVE request detected?\n");
H A Din_arp.c253 case RTM_RESOLVE:
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.h265 #define RTM_RESOLVE 0xb /* req to resolve dst to LL addr */ macro
H A Droute.c506 err = rtrequest_locked(RTM_RESOLVE, dst, NULL, NULL, 0, &newrt);
529 msgtype = RTM_RESOLVE;
1116 * (RTM_RESOLVE) or to remove it (RTM_DELETE). An exception to this is
1151 * in the RTM_RESOLVE handler since the caller does not normally
1160 if (req != RTM_RESOLVE && (flags & RTF_IFSCOPE)) {
1261 case RTM_RESOLVE:
1407 if (req == RTM_RESOLVE) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.c818 * due to KAME goto ours hack. See RTM_RESOLVE case in
1192 if (req == RTM_RESOLVE &&
1278 case RTM_RESOLVE:
1321 * When req == RTM_RESOLVE, rt is created and

Completed in 93 milliseconds