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

  /src/sys/netinet6/
nd6_nbr.c 80 struct dadq;
81 static struct dadq *nd6_dad_find(struct ifaddr *, struct nd_opt_nonce *, bool *);
83 static void nd6_dad_starttimer(struct dadq *, int);
84 static void nd6_dad_destroytimer(struct dadq *);
85 static void nd6_dad_timer(struct dadq *);
86 static void nd6_dad_ns_output(struct dadq *, struct ifaddr *);
89 static void nd6_dad_duplicated(struct ifaddr *, struct dadq *,
1071 TAILQ_HEAD(dadq_head, dadq);
1072 struct dadq { struct
1073 TAILQ_ENTRY(dadq) dad_list
1093 static struct dadq_head dadq; variable in typeref:struct:dadq_head
    [all...]
nd6_nbr.c 80 struct dadq;
81 static struct dadq *nd6_dad_find(struct ifaddr *, struct nd_opt_nonce *, bool *);
83 static void nd6_dad_starttimer(struct dadq *, int);
84 static void nd6_dad_destroytimer(struct dadq *);
85 static void nd6_dad_timer(struct dadq *);
86 static void nd6_dad_ns_output(struct dadq *, struct ifaddr *);
89 static void nd6_dad_duplicated(struct ifaddr *, struct dadq *,
1071 TAILQ_HEAD(dadq_head, dadq);
1072 struct dadq { struct
1073 TAILQ_ENTRY(dadq) dad_list
1093 static struct dadq_head dadq; variable in typeref:struct:dadq_head
    [all...]
  /src/sys/netinet/
if_arp.c 193 struct dadq;
194 static void arp_dad_timer(struct dadq *);
1474 TAILQ_HEAD(dadq_head, dadq);
1475 struct dadq { struct
1476 TAILQ_ENTRY(dadq) dad_list;
1486 static struct dadq_head dadq; variable in typeref:struct:dadq_head
1494 TAILQ_INIT(&dadq);
1498 static struct dadq *
1501 struct dadq *dp;
1505 TAILQ_FOREACH(dp, &dadq, dad_list)
    [all...]
if_arp.c 193 struct dadq;
194 static void arp_dad_timer(struct dadq *);
1474 TAILQ_HEAD(dadq_head, dadq);
1475 struct dadq { struct
1476 TAILQ_ENTRY(dadq) dad_list;
1486 static struct dadq_head dadq; variable in typeref:struct:dadq_head
1494 TAILQ_INIT(&dadq);
1498 static struct dadq *
1501 struct dadq *dp;
1505 TAILQ_FOREACH(dp, &dadq, dad_list)
    [all...]

Completed in 26 milliseconds