Home
last modified time | relevance | path

Searched refs:V_ip6_desync_factor (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/netinet6/
H A Dnd6_rtr.c1445 V_ip6_desync_factor)) { in prelist_update()
1448 V_ip6_desync_factor; in prelist_update()
1453 V_ip6_desync_factor)) { in prelist_update()
1456 V_ip6_desync_factor; in prelist_update()
2247 if (pltime0 > V_ip6_temp_preferred_lifetime - V_ip6_desync_factor){ in in6_tmpifadd()
2249 V_ip6_desync_factor; in in6_tmpifadd()
2252 pltime0 = V_ip6_temp_preferred_lifetime - V_ip6_desync_factor; in in6_tmpifadd()
H A Din6_ifattach.c842 (V_ip6_temp_preferred_lifetime - V_ip6_desync_factor - in in6_tmpaddrtimer()
898 (V_ip6_temp_preferred_lifetime - V_ip6_desync_factor - in in6_ifattach_init()
H A Dnd6.h383 #define V_ip6_desync_factor VNET(ip6_desync_factor) macro
H A Din6_proto.c456 if (val < V_ip6_desync_factor + V_ip6_temp_regen_advance) in sysctl_ip6_temppltime()
H A Dip6_input.c252 V_ip6_desync_factor = arc4random() % MAX_TEMP_DESYNC_FACTOR; in ip6_init()