/src/sys/netinet6/ |
nd6.h | 106 extern int nd6_prune;
|
nd6.h | 106 extern int nd6_prune;
|
nd6.c | 88 int nd6_prune = 1; /* walk list every 1 seconds */ variable in typeref:typename:int 456 callout_reset(&nd6_timer_ch, nd6_prune * hz,
|
nd6.c | 88 int nd6_prune = 1; /* walk list every 1 seconds */ variable in typeref:typename:int 456 callout_reset(&nd6_timer_ch, nd6_prune * hz,
|
icmp6.c | 2987 CTLTYPE_INT, "nd6_prune", 2989 NULL, 0, &nd6_prune, 0,
|
icmp6.c | 2987 CTLTYPE_INT, "nd6_prune", 2989 NULL, 0, &nd6_prune, 0,
|
/src/tests/net/if/ |
t_ifconfig.sh | 307 interval=$(sysctl -n net.inet6.icmp6.nd6_prune)
|
t_ifconfig.sh | 307 interval=$(sysctl -n net.inet6.icmp6.nd6_prune)
|