ND_OPT_NONCE_STORE
uint8_t dad_nonce[ND_OPT_NONCE_STORE][ND_OPT_NONCE_LEN];
nonce_max = MIN(dp->dad_ns_ocount, ND_OPT_NONCE_STORE);
nonce = dp->dad_nonce[dp->dad_ns_ocount % ND_OPT_NONCE_STORE];