Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Dnd6.c425 ln_setexpire(ln, timenow); in nd6_llinfo_refresh()
466 ln_setexpire(struct llinfo_nd6 *ln, uint64_t expiry) in ln_setexpire() function
922 ln_setexpire(ln, timenow); in nd6_service_neighbor_cache()
968 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
1040 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_service_neighbor_cache()
1084 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
1096 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_service_neighbor_cache()
1104 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache()
2447 ln_setexpire(ln, 0); in nd6_lookup()
2832 ln_setexpire(ln, in nd6_rtrequest()
[all …]
H A Dnd6_nbr.c1124 ln_setexpire(ln, timenow + ndi->reachable); in nd6_na_input()
1134 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_na_input()
1221 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_na_input()
1251 ln_setexpire(ln, in nd6_na_input()
1263 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_na_input()
2602 ln_setexpire(ln, 0); in nd6_alt_node_present()
H A Dnd6.h900 extern void ln_setexpire(struct llinfo_nd6 *, uint64_t);
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c332 ln_setexpire(ln, net_uptime() + nd6_delay); in fsw_ethernet_resolve()
415 ln_setexpire(ln, net_uptime() + ndi->retrans / 1000); in fsw_ethernet_resolve()