Home
last modified time | relevance | path

Searched refs:rt_llinfo_refresh (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.81.2/bsd/net/ !
H A Droute_private.h199 void (*rt_llinfo_refresh) (struct rtentry *); /* expedite llinfo refresh */ member
H A Drtsock.c845 if (out->rt_llinfo_refresh == NULL) { in rt_setmetrics()
849 out->rt_llinfo_refresh(out); in rt_setmetrics()
/xnu-8792.81.2/bsd/netinet/ !
H A Din_arp.c988 rt->rt_llinfo_refresh = arp_llinfo_refresh; in arp_rtrequest()
/xnu-8792.81.2/bsd/netinet6/ !
H A Dnd6.c2883 rt->rt_llinfo_refresh = nd6_llinfo_refresh; in nd6_rtrequest()