Searched refs:nonce_max (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/netinet6/
H A Dnd6_nbr.c1110 int i, nonce_max; local
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 175 milliseconds