OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ND_OPT_NONCE_LEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet6/
icmp6.c
135
__CTASSERT(sizeof(struct nd_opt_nonce) == 2 +
ND_OPT_NONCE_LEN
);
/src/sys/netinet/
icmp6.h
360
#define
ND_OPT_NONCE_LEN
((1 * 8) - 2)
361
#if ((
ND_OPT_NONCE_LEN
+ 2) % 8) != 0
362
#error "(
ND_OPT_NONCE_LEN
+ 2) must be a multiple of 8."
366
u_int8_t
nd_opt_nonce_len
;
member in struct:nd_opt_nonce
367
u_int8_t nd_opt_nonce[
ND_OPT_NONCE_LEN
];
Completed in 35 milliseconds
Indexes created Fri Jun 26 00:24:39 UTC 2026