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

/darwin-on-arm/xnu/bsd/net/
H A Dradix.c1153 struct domain *dom; local
1156 for (dom = domains; dom; dom = dom->dom_next)
1157 if (dom->dom_maxrtkey > max_keylen)
1158 max_keylen = dom->dom_maxrtkey;
H A Droute.c730 struct domain *dom; local
731 for (dom = domains; dom; dom = dom->dom_next)
732 if (dom->dom_rtattach)
733 dom->dom_rtattach(&table[dom->dom_family],
734 dom->dom_rtoffset);
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h651 extern struct socket *soalloc(int waitok, int dom, int type);
659 extern int socreate(int dom, struct socket **aso, int type, int proto);
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c498 soalloc(int waitok, int dom, int type) argument
502 if ((dom == PF_INET) && (type == SOCK_STREAM)) {
540 socreate(int dom, struct socket **aso, int type, int proto) argument
551 prp = pffindproto(dom, proto, type);
553 prp = pffindtype(dom, type);
556 if (pffinddomain(dom) == NULL) {
560 if (pffindprotonotype(dom, proto) != NULL) {
568 so = soalloc(1, dom, type);
633 switch (dom) {
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2421 struct domain *dom; local
2489 for (dom = domains; dom; dom = dom->dom_next)
2490 if (dom->dom_family == i && dom->dom_rtattach) {
2491 dom->dom_rtattach((void **)&nx->nx_rtable[i],
2492 dom->dom_rtoffset);

Completed in 48 milliseconds