Home
last modified time | relevance | path

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

/src/sys/netinet6/
H A Dnd6_rtr.c1713 V_ip6_desync_factor)) { in prelist_update()
1716 V_ip6_desync_factor; in prelist_update()
1721 V_ip6_desync_factor)) { in prelist_update()
1724 V_ip6_desync_factor; in prelist_update()
2397 if (pltime0 > V_ip6_temp_preferred_lifetime - V_ip6_desync_factor){ in in6_tmpifadd()
2399 V_ip6_desync_factor; in in6_tmpifadd()
2402 pltime0 = V_ip6_temp_preferred_lifetime - V_ip6_desync_factor; in in6_tmpifadd()
H A Din6_ifattach.c955 (V_ip6_temp_preferred_lifetime - V_ip6_desync_factor - in in6_tmpaddrtimer()
996 (V_ip6_temp_preferred_lifetime - V_ip6_desync_factor - in in6_ifattach_init()
H A Din6_proto.c230 V_ip6_desync_factor = arc4random() % ndf; in sysctl_ip6_temppltime()
H A Dnd6.h288 #define V_ip6_desync_factor VNET(ip6_desync_factor) macro
H A Dip6_input.c274 V_ip6_desync_factor = arc4random() % V_ip6_temp_max_desync_factor; in ip6_vnet_init()