Home
last modified time | relevance | path

Searched defs:domain_old (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.101.15/bsd/sys/
H A Ddomain.h95 struct domain_old { struct
108 struct domain_old *dom_next; argument
110 struct protosw *dom_protosw; /* Chain of protosw's for AF */
111 struct domain *dom_next;
113 int (*dom_rtattach) /* initialize routing table */
115 int dom_rtoffset; /* an arg to rtattach, in bits */
116 int dom_maxrtkey; /* for routing layer */
117 int dom_protohdrlen; /* len of protocol header */
118 int dom_refs; /* # socreates outstanding */
119 lck_mtx_t *dom_mtx; /* domain global mutex */
[all …]