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

/xnu-2782.1.97/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;
146 static struct nd6_prproxy_solsrc *nd6_solsrc_alloc(int);
147 static void nd6_solsrc_free(struct nd6_prproxy_solsrc *);
187 static struct zone *solsrc_zone; /* nd6_prproxy_solsrc zone */
190 #define SOLSRC_ZONE_NAME "nd6_prproxy_solsrc" /* name for zone */
236 solsrc_size = sizeof (struct nd6_prproxy_solsrc);
1285 static struct nd6_prproxy_solsrc *
1288 struct nd6_prproxy_solsrc *ssr
[all...]

Completed in 71 milliseconds