Searched refs:ln_setexpire (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.141.3/bsd/netinet6/ |
| H A D | nd6.c | 420 ln_setexpire(ln, timenow); in nd6_llinfo_refresh() 461 ln_setexpire(struct llinfo_nd6 *ln, uint64_t expiry) in ln_setexpire() function 908 ln_setexpire(ln, timenow); in nd6_service_neighbor_cache() 954 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache() 1026 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_service_neighbor_cache() 1070 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache() 1082 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_service_neighbor_cache() 1090 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache() 2432 ln_setexpire(ln, 0); in nd6_lookup() 2817 ln_setexpire(ln, in nd6_rtrequest() [all …]
|
| H A D | nd6_nbr.c | 1093 ln_setexpire(ln, timenow + ndi->reachable); in nd6_na_input() 1103 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_na_input() 1188 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_na_input() 1217 ln_setexpire(ln, in nd6_na_input() 1229 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_na_input() 2596 ln_setexpire(ln, 0); in nd6_alt_node_present()
|
| H A D | nd6.h | 930 extern void ln_setexpire(struct llinfo_nd6 *, uint64_t);
|
| /xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ethernet.c | 328 ln_setexpire(ln, net_uptime() + nd6_delay); in fsw_ethernet_resolve() 407 ln_setexpire(ln, net_uptime() + ndi->retrans / 1000); in fsw_ethernet_resolve()
|