HomeSort by: relevance | last modified time | path
    Searched refs:nd_opt_nonce_len (Results 1 - 2 of 2) sorted by relevancy

  /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];
  /src/sys/netinet6/
nd6_nbr.c 563 int optlen = sizeof(struct nd_opt_hdr) + ND_OPT_NONCE_LEN;
574 memcpy(nd_opt + 1, nonce, ND_OPT_NONCE_LEN);
1090 uint8_t dad_nonce[ND_OPT_NONCE_STORE][ND_OPT_NONCE_LEN];
1117 nonce->nd_opt_nonce_len != (ND_OPT_NONCE_LEN + 2) / 8)
1140 ND_OPT_NONCE_LEN) == 0)
1470 cprng_fast(nonce, ND_OPT_NONCE_LEN);

Completed in 13 milliseconds