Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dnd6_nbr.c82 static struct dadq *nd6_dad_find(struct ifaddr *, struct nd_opt_nonce *);
91 static void nd6_dad_ns_input(struct ifaddr *, struct nd_opt_nonce *);
1215 nd6_dad_find(struct ifaddr *ifa, struct nd_opt_nonce *n) in nd6_dad_find()
1232 memcmp(&n->nd_opt_nonce[0], &dp->dad_nonce[0], in nd6_dad_find()
1589 nd6_dad_ns_input(struct ifaddr *ifa, struct nd_opt_nonce *ndopt_nonce) in nd6_dad_ns_input()
H A Dnd6.h322 struct nd_opt_nonce *nonce;
/freebsd/sys/netinet/
H A Dicmp6.h345 struct nd_opt_nonce { /* nonce option */ struct
348 u_int8_t nd_opt_nonce[ND_OPT_NONCE_LEN]; member