OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dad_ns_ocount
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet6/
nd6_nbr.c
1077
int
dad_ns_ocount
; /* NS sent so far */
member in struct:dadq
1087
* hmac(key,
dad_ns_ocount
), but that would increase the nonce size
1136
nonce_max = MIN(dp->
dad_ns_ocount
, ND_OPT_NONCE_STORE);
1266
dp->
dad_ns_ocount
= dp->dad_ns_tcount = 0;
1351
if (dp->
dad_ns_ocount
< dp->dad_count) {
1469
nonce = dp->dad_nonce[dp->
dad_ns_ocount
% ND_OPT_NONCE_STORE];
1471
dp->
dad_ns_ocount
++;
Completed in 11 milliseconds
Indexes created Sun Oct 26 17:10:13 GMT 2025