Searched refs:nd_opt_nonce (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | icmp6.h | 366 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 D | nd6_nbr.c | 105 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 D | nd6.h | 782 struct nd_opt_nonce *nonce;
|