Searched defs:domain_old (Results 1 – 1 of 1) sorted by relevance
95 struct domain_old { struct108 struct domain_old *dom_next; argument110 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 …]