Home
last modified time | relevance | path

Searched refs:protosw_old (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/bsd/sys/
H A Dprotosw.h166 struct protosw_old { struct
214 struct protosw_old *pr_next; /* chain for domain */ argument
293 struct protosw_old *pr_old;
611 extern struct protosw_old *pffindproto_old(int, int, int);
617 extern int net_add_proto_old(struct protosw_old *, struct domain_old *);
H A Ddomain.h107 struct protosw_old *dom_protosw; /* Chain of protosw's for AF */
/xnu-8020.101.4/bsd/netinet6/
H A Dip6protosw.h196 struct protosw_old *pr_old;
/xnu-8020.101.4/bsd/kern/
H A Duipc_domain.c436 net_add_proto_old(struct protosw_old *opp, struct domain_old *odp) in net_add_proto_old()
870 struct protosw_old *
873 struct protosw_old *opr = NULL; in pffindproto_old()