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

  /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
  /src/sys/netinet6/
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,
nd6.c 301 case ND_OPT_NONCE:

Completed in 15 milliseconds