Searched refs:ND_OPT_NONCE_LEN (Results 1 – 2 of 2) sorted by relevance
338 #define ND_OPT_NONCE_LEN ((1 * 8) - 2) macro339 #if ((ND_OPT_NONCE_LEN + 2) % 8) != 0345 u_int8_t nd_opt_nonce[ND_OPT_NONCE_LEN];
553 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()