Home
last modified time | relevance | path

Searched refs:dad_count (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/tests/net/route/
Dt_rtcache.sh74 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.dad_count=0
80 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.dad_count=0
86 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.dad_count=0
92 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.dad_count=0
/netbsd/src/tests/net/if/
Dt_ifconfig.sh351 rump.sysctl -w net.inet6.ip6.dad_count=5
354 rump.sysctl -w net.inet.ip.dad_count=5
/netbsd/src/sys/netinet6/
Dnd6_nbr.c1075 int dad_count; /* max NS to send */ member
1265 dp->dad_count = ip6_dad_count; in nd6_dad_start()
1351 if (dp->dad_ns_ocount < dp->dad_count) { in nd6_dad_timer()
/netbsd/src/sys/netinet/
Dif_arp.c1478 int dad_count; /* max ARP to send */ member
1619 dp->dad_count = ip_dad_count; in arp_dad_start()
1699 if (dp->dad_arp_ocount < dp->dad_count) { in arp_dad_timer()
1706 if (dp->dad_arp_ocount < dp->dad_count) in arp_dad_timer()