Searched refs:ND_OPT_NONCE_LEN (Results 1 – 2 of 2) sorted by relevance
361 #define ND_OPT_NONCE_LEN ((1 * 8) - 2) macro362 #if ((ND_OPT_NONCE_LEN + 2) % 8) != 0369 u_int8_t nd_opt_nonce[ND_OPT_NONCE_LEN];
855 int optlen = sizeof(struct nd_opt_hdr) + ND_OPT_NONCE_LEN; in nd6_ns_output()866 bcopy(nonce, (caddr_t)(nd_opt + 1), ND_OPT_NONCE_LEN); in nd6_ns_output()1663 ((ND_OPT_NONCE_LEN + sizeof(uint32_t) - 1)/sizeof(uint32_t))1706 nonce->nd_opt_nonce_len == (ND_OPT_NONCE_LEN + 2) / 8 && in nd6_dad_find()1708 ND_OPT_NONCE_LEN) == 0; in nd6_dad_find()2270 (uint8_t *)&dp->dad_nonce[0], ND_OPT_NONCE_LEN); in nd6_dad_ns_output()