HomeSort by: relevance | last modified time | path
    Searched defs:dad_count (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
nd6_nbr.c 1075 int dad_count; /* max NS to send */ member in struct:dadq
1080 #define ND_OPT_NONCE_STORE 3 /* dad_count should not exceed this */
1265 dp->dad_count = ip6_dad_count;
1351 if (dp->dad_ns_ocount < dp->dad_count) {
  /src/sys/netinet/
if_arp.c 1478 int dad_count; /* max ARP to send */ member in struct:dadq
1619 dp->dad_count = ip_dad_count;
1699 if (dp->dad_arp_ocount < dp->dad_count) {
1706 if (dp->dad_arp_ocount < dp->dad_count)

Completed in 13 milliseconds