Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/ !
H A Dprotosw.h168 struct protosw_old { struct
216 struct protosw_old *pr_next; /* chain for domain */ argument
295 struct protosw_old *pr_old;
608 extern struct protosw_old *pffindproto_old(int, int, int);
614 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-10063.101.15/bsd/netinet6/ !
H A Dip6protosw.h196 struct protosw_old *pr_old;
/xnu-10063.101.15/bsd/kern/ !
H A Duipc_domain.c444 net_add_proto_old(struct protosw_old *opp, struct domain_old *odp) in net_add_proto_old()
878 struct protosw_old *
881 struct protosw_old *opr = NULL; in pffindproto_old()