nd_opt_nonce
u_int8_t nd_opt_nonce[ND_OPT_NONCE_LEN];
__CTASSERT(sizeof(struct nd_opt_nonce) == 2 + ND_OPT_NONCE_LEN);
struct nd_opt_nonce *nonce;
nd6_dad_find(struct ifaddr *ifa, struct nd_opt_nonce *nonce, bool *found_nonce)
if (memcmp(nonce->nd_opt_nonce,
nd6_dad_ownnonce(struct ifaddr *ifa, struct nd_opt_nonce *nonce)
nd6_dad_input(struct ifaddr *ifa, struct nd_opt_nonce *nonce,
static struct dadq *nd6_dad_find(struct ifaddr *, struct nd_opt_nonce *, bool *);
static bool nd6_dad_ownnonce(struct ifaddr *, struct nd_opt_nonce *nonce);
static void nd6_dad_input(struct ifaddr *, struct nd_opt_nonce *,