Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dicmp6.h344 struct nd_opt_nonce { /* nonce option */ struct
347 u_int8_t nd_opt_nonce[ND_OPT_NONCE_LEN]; argument
/freebsd/sys/netinet6/
H A Dnd6_nbr.c86 static struct dadq *nd6_dad_find(struct ifaddr *, struct nd_opt_nonce *);
95 static void nd6_dad_ns_input(struct ifaddr *, struct nd_opt_nonce *);
1220 nd6_dad_find(struct ifaddr *ifa, struct nd_opt_nonce *n) in nd6_dad_find()
1237 memcmp(&n->nd_opt_nonce[0], &dp->dad_nonce[0], in nd6_dad_find()
1624 nd6_dad_ns_input(struct ifaddr *ifa, struct nd_opt_nonce *ndopt_nonce) in nd6_dad_ns_input()
H A Dnd6.h306 struct nd_opt_nonce *nonce;