Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dnd6_rtr.c1695 V_ip6_desync_factor)) { in prelist_update()
1698 V_ip6_desync_factor; in prelist_update()
1703 V_ip6_desync_factor)) { in prelist_update()
1706 V_ip6_desync_factor; in prelist_update()
2322 if (pltime0 > V_ip6_temp_preferred_lifetime - V_ip6_desync_factor){ in in6_tmpifadd()
2324 V_ip6_desync_factor; in in6_tmpifadd()
2327 pltime0 = V_ip6_temp_preferred_lifetime - V_ip6_desync_factor; in in6_tmpifadd()
H A Din6_ifattach.c838 (V_ip6_temp_preferred_lifetime - V_ip6_desync_factor - in in6_tmpaddrtimer()
894 (V_ip6_temp_preferred_lifetime - V_ip6_desync_factor - in in6_ifattach_init()
H A Dnd6.h314 #define V_ip6_desync_factor VNET(ip6_desync_factor) macro
H A Din6_proto.c445 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()
/f-stack/tools/compat/include/netinet6/
H A Dnd6.h314 #define V_ip6_desync_factor VNET(ip6_desync_factor) macro