Home
last modified time | relevance | path

Searched refs:nd_opt_nonce (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Dicmp6.h366 struct nd_opt_nonce { /* nonce option */ struct
369 u_int8_t nd_opt_nonce[ND_OPT_NONCE_LEN]; member
/xnu-11215.1.10/bsd/netinet6/
H A Dnd6_nbr.c105 static struct dadq *nd6_dad_find(struct ifaddr *, struct nd_opt_nonce *);
109 …6_dad_ns_input(struct ifaddr *, char *__sized_by(lladdrlen), int lladdrlen, struct nd_opt_nonce *);
448 __unsafe_forge_bidi_indexable(uint8_t *, ndopts.nd_opts_nonce->nd_opt_nonce, noncelen); in nd6_ns_input()
1687 nd6_dad_find(struct ifaddr *ifa, struct nd_opt_nonce *nonce) in nd6_dad_find()
1707 memcmp(&nonce->nd_opt_nonce[0], &dp->dad_nonce[0], in nd6_dad_find()
2284 int lladdrlen, struct nd_opt_nonce *ndopt_nonce) in nd6_dad_ns_input()
H A Dnd6.h782 struct nd_opt_nonce *nonce;