Home
last modified time | relevance | path

Searched refs:ND_OPT_NONCE_LEN (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/netinet/
HDicmp6.h338 #define ND_OPT_NONCE_LEN ((1 * 8) - 2) macro
339 #if ((ND_OPT_NONCE_LEN + 2) % 8) != 0
345 u_int8_t nd_opt_nonce[ND_OPT_NONCE_LEN];
/freebsd-11-stable/sys/netinet6/
HDnd6_nbr.c553 int optlen = sizeof(struct nd_opt_hdr) + ND_OPT_NONCE_LEN; in nd6_ns_output_fib()
564 bcopy(nonce, (caddr_t)(nd_opt + 1), ND_OPT_NONCE_LEN); in nd6_ns_output_fib()
1126 ((ND_OPT_NONCE_LEN + sizeof(uint32_t) - 1)/sizeof(uint32_t))
1184 n->nd_opt_nonce_len == (ND_OPT_NONCE_LEN + 2) / 8 && in nd6_dad_find()
1186 ND_OPT_NONCE_LEN) == 0) { in nd6_dad_find()