Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/netinet/
H A Dicmp6.h361 #define ND_OPT_NONCE_LEN ((1 * 8) - 2) macro
362 #if ((ND_OPT_NONCE_LEN + 2) % 8) != 0
369 u_int8_t nd_opt_nonce[ND_OPT_NONCE_LEN];
/xnu-11215.41.3/bsd/netinet6/
H A Dnd6_nbr.c855 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()