Searched refs:ND_OPT_NONCE_LEN (Results 1 – 2 of 2) sorted by relevance
340 #define ND_OPT_NONCE_LEN ((1 * 8) - 2) macro341 #if ((ND_OPT_NONCE_LEN + 2) % 8) != 0347 u_int8_t nd_opt_nonce[ND_OPT_NONCE_LEN];
559 int optlen = sizeof(struct nd_opt_hdr) + ND_OPT_NONCE_LEN; in nd6_ns_output_fib()570 bcopy(nonce, (caddr_t)(nd_opt + 1), ND_OPT_NONCE_LEN); in nd6_ns_output_fib()1132 ((ND_OPT_NONCE_LEN + sizeof(uint32_t) - 1)/sizeof(uint32_t))1190 n->nd_opt_nonce_len == (ND_OPT_NONCE_LEN + 2) / 8 && in nd6_dad_find()1192 ND_OPT_NONCE_LEN) == 0) { in nd6_dad_find()