HomeSort by: relevance | last modified time | path
    Searched refs:nd_opt_nonce (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet6/
nd6.h 124 struct nd_opt_hdr *nd_opt_array[16]; /* max = ND_OPT_NONCE */
140 struct nd_opt_nonce *nonce;
nd6_nbr.c 81 static struct dadq *nd6_dad_find(struct ifaddr *, struct nd_opt_nonce *, bool *);
82 static bool nd6_dad_ownnonce(struct ifaddr *, struct nd_opt_nonce *nonce);
87 static void nd6_dad_input(struct ifaddr *, struct nd_opt_nonce *,
572 nd_opt->nd_opt_type = ND_OPT_NONCE;
1105 nd6_dad_find(struct ifaddr *ifa, struct nd_opt_nonce *nonce, bool *found_nonce)
1138 if (memcmp(nonce->nd_opt_nonce,
1160 nd6_dad_ownnonce(struct ifaddr *ifa, struct nd_opt_nonce *nonce)
1477 nd6_dad_input(struct ifaddr *ifa, struct nd_opt_nonce *nonce,
icmp6.c 135 __CTASSERT(sizeof(struct nd_opt_nonce) == 2 + ND_OPT_NONCE_LEN);
  /src/sys/netinet/
icmp6.h 314 #define ND_OPT_NONCE 14 /* RFC 3971 */
364 struct nd_opt_nonce { struct
367 u_int8_t nd_opt_nonce[ND_OPT_NONCE_LEN]; member in struct:nd_opt_nonce

Completed in 93 milliseconds