Searched refs:RTAX_DST (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Drtsock.c350 info.rti_info[RTAX_DST] = NULL;
355 info.rti_info[RTAX_DST] = NULL;
360 info.rti_info[RTAX_DST] = NULL;
380 info.rti_info[RTAX_DST] = NULL;
387 info.rti_info[RTAX_DST] = NULL;
390 if (info.rti_info[RTAX_DST] == NULL || (info.rti_info[RTAX_DST]->sa_family >= AF_MAX) ||
395 if (info.rti_info[RTAX_DST]->sa_family == AF_INET && info.rti_info[RTAX_DST]->sa_len != sizeof (dst_in)) {
397 if (info.rti_info[RTAX_DST]
[all...]
H A Droute.h359 #define RTAX_DST 0 /* destination sockaddr present */ macro
H A Droute.c638 case RTAX_DST:
933 info.rti_info[RTAX_DST] = dst;
1368 info.rti_info[RTAX_DST] = dst;
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c991 info.rti_info[RTAX_DST] =
H A Dnd6_rtr.c743 info.rti_info[RTAX_DST] = rt_key(rt);
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c1206 info.rti_info[RTAX_DST] =

Completed in 100 milliseconds