Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/netinet6/
H A Dnd6_prproxy.c121 struct nd6_prproxy_solsrc { struct
122 TAILQ_ENTRY(nd6_prproxy_solsrc) solsrc_tqe;
137 TAILQ_HEAD(, nd6_prproxy_solsrc) soltgt_q; argument
146 static struct nd6_prproxy_solsrc *nd6_solsrc_alloc(int);
147 static void nd6_solsrc_free(struct nd6_prproxy_solsrc *);
184 struct nd6_prproxy_solsrc, NET_KT_DEFAULT); /* nd6_prproxy_solsrc zone */
1273 static struct nd6_prproxy_solsrc *
1280 nd6_solsrc_free(struct nd6_prproxy_solsrc *ssrc) in nd6_solsrc_free()
1354 struct nd6_prproxy_solsrc *__single ssrc; in nd6_solsrc_enq()
1422 struct nd6_prproxy_solsrc *__single ssrc; in nd6_solsrc_deq()
[all …]