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

  /src/sys/netinet6/
nd6_nbr.c 1076 int dad_ns_tcount; /* # of trials to send NS */ member in struct:dadq
1266 dp->dad_ns_ocount = dp->dad_ns_tcount = 0;
1341 if (dp->dad_ns_tcount > dad_maxtry) {
1454 dp->dad_ns_tcount++;
1468 dp->dad_ns_tcount = 0;

Completed in 34 milliseconds