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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dif_atm.c173 rt->rt_llinfo = (caddr_t) npcb;
195 rt->rt_llinfo = NULL;
211 npcb_free((struct natmpcb *)rt->rt_llinfo,
213 rt->rt_llinfo = NULL;
276 * don't need any rt_llinfo info (but will if we want to support
H A Din_arp.c210 struct llinfo_arp *la = (struct llinfo_arp *)rt->rt_llinfo;
269 rt->rt_llinfo = (caddr_t)la;
330 rt->rt_llinfo = NULL;
567 if (route == NULL || route->rt_llinfo == NULL)
571 if (result || route == NULL || route->rt_llinfo == NULL) {
600 llinfo = (struct llinfo_arp*)route->rt_llinfo;
866 llinfo = (struct llinfo_arp*)route->rt_llinfo;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.c479 if (rt->rt_llinfo && (struct llinfo_nd6 *)rt->rt_llinfo != ln) {
480 printf("rt_llinfo(%p) is not equal to ln(%p)\n",
481 rt->rt_llinfo, ln);
914 if (rt->rt_llinfo) {
916 (struct llinfo_nd6 *)rt->rt_llinfo;
928 * Note that the check for rt_llinfo is necessary because a cloned
939 rt->rt_gateway->sa_family != AF_LINK || rt->rt_llinfo == NULL ||
1022 struct llinfo_nd6 *ln = (struct llinfo_nd6 *)rt->rt_llinfo, *next;
1137 !rt->rt_llinfo || !r
[all...]
H A Dnd6_rtr.c708 (ln = (struct llinfo_nd6 *)rt->rt_llinfo) &&
1395 (ln = (struct llinfo_nd6 *)rt->rt_llinfo) &&
H A Dnd6_nbr.c657 ((ln = (struct llinfo_nd6 *)rt->rt_llinfo) == NULL) ||
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.h147 caddr_t rt_llinfo; /* pointer to link level info cache */ member in struct:rtentry

Completed in 101 milliseconds