Searched refs:ln_setexpire (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/bsd/netinet6/ ! |
| H A D | nd6.c | 422 ln_setexpire(ln, timenow); in nd6_llinfo_refresh() 463 ln_setexpire(struct llinfo_nd6 *ln, uint64_t expiry) in ln_setexpire() function 910 ln_setexpire(ln, timenow); in nd6_service_neighbor_cache() 956 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache() 1028 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_service_neighbor_cache() 1072 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache() 1084 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_service_neighbor_cache() 1092 ln_setexpire(ln, timenow + retrans / 1000); in nd6_service_neighbor_cache() 2433 ln_setexpire(ln, 0); in nd6_lookup() 2818 ln_setexpire(ln, in nd6_rtrequest() [all …]
|
| H A D | nd6_nbr.c | 1094 ln_setexpire(ln, timenow + ndi->reachable); in nd6_na_input() 1104 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_na_input() 1189 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_na_input() 1218 ln_setexpire(ln, in nd6_na_input() 1230 ln_setexpire(ln, timenow + nd6_gctimer); in nd6_na_input() 2594 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-10063.141.1/bsd/skywalk/nexus/flowswitch/ ! |
| H A D | fsw_ethernet.c | 326 ln_setexpire(ln, net_uptime() + nd6_delay); in fsw_ethernet_resolve() 404 ln_setexpire(ln, net_uptime() + ndi->retrans / 1000); in fsw_ethernet_resolve()
|