Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Dnd6.c421 ln_setexpire(ln, timenow); in nd6_llinfo_refresh()
462 ln_setexpire(struct llinfo_nd6 *ln, uint64_t expiry) in ln_setexpire() function
909 ln_setexpire(ln, timenow); in nd6_service_neighbor_cache()
955 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
1025 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_service_neighbor_cache()
1069 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
1081 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_service_neighbor_cache()
1089 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
2408 ln_setexpire(ln, 0); in nd6_lookup()
2781 ln_setexpire(ln, in nd6_rtrequest()
[all …]
H A Dnd6_nbr.c1089 ln_setexpire(ln, timenow + ndi->reachable); in nd6_na_input()
1099 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_na_input()
1181 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_na_input()
1210 ln_setexpire(ln, in nd6_na_input()
1222 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_na_input()
2574 ln_setexpire(ln, 0); in nd6_alt_node_present()
H A Dnd6.h929 extern void ln_setexpire(struct llinfo_nd6 *, uint64_t);
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c328 ln_setexpire(ln, net_uptime() + nd6_delay); in fsw_ethernet_resolve()
407 ln_setexpire(ln, net_uptime() + ndi->retrans / 1000); in fsw_ethernet_resolve()