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

  /src/sys/netinet6/
nd6_nbr.c 1110 int i, nonce_max; local in function:nd6_dad_find
1136 nonce_max = MIN(dp->dad_ns_ocount, ND_OPT_NONCE_STORE);
1137 for (i = 0; i < nonce_max; i++) {
1143 if (i < nonce_max) {

Completed in 13 milliseconds