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

/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_prproxy.c109 struct nd6_prproxy_prelist { struct
110 SLIST_ENTRY(nd6_prproxy_prelist) ndprl_le;
140 SLIST_HEAD(nd6_prproxy_prelist_head, nd6_prproxy_prelist);
144 static struct nd6_prproxy_prelist *nd6_ndprl_alloc(int);
145 static void nd6_ndprl_free(struct nd6_prproxy_prelist *);
181 static struct zone *ndprl_zone; /* nd6_prproxy_prelist zone */
184 #define NDPRL_ZONE_NAME "nd6_prproxy_prelist" /* name for zone */
227 ndprl_size = sizeof (struct nd6_prproxy_prelist);
255 static struct nd6_prproxy_prelist *
258 struct nd6_prproxy_prelist *ndpr
[all...]

Completed in 69 milliseconds