Searched refs:protosw (Results 1 - 25 of 88) sorted by relevance

1234

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_encap.h74 const struct protosw *psw; /* only pr_input will be used */
83 const struct sockaddr *, const struct protosw *, void *);
86 const struct protosw *, void *);
H A Din_proto.c67 #include <sys/protosw.h>
114 struct protosw inetsw[] = {
271 int in_proto_count = (sizeof (inetsw) / sizeof (struct protosw));
H A Dip_encap.c81 * So, clearly good old protosw does not work for protocol #4 and #41.
92 #include <sys/protosw.h>
163 const struct protosw *psw;
234 psw = (const struct protosw *)match->psw;
349 const struct protosw *psw;
418 const struct protosw *psw;
H A Dip_var.h218 extern struct protosw *ip_protox[];
H A Dtcp_debug.c79 #include <sys/protosw.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsys_domain.c35 #include <sys/protosw.h>
H A Duipc_proto.c67 #include <sys/protosw.h>
81 static struct protosw localsw[] = {
102 int local_proto_count = (sizeof (localsw) / sizeof (struct protosw));
109 struct protosw *pr;
H A Duipc_domain.c66 #include <sys/protosw.h>
87 struct protosw *pffindprotonotype(int, int);
88 struct protosw *pffindprotonotype_locked(int , int , int);
106 init_proto(struct protosw *pr)
119 struct protosw *pr;
202 * net_add_proto - link a protosw into a domain's protosw chain
207 net_add_proto(struct protosw *pp, struct domain *dp)
208 { register struct protosw *pp1, *pp2;
228 * net_del_proto - remove a protosw fro
[all...]
H A Dkpi_socketfilter.c35 #include <sys/protosw.h>
71 struct protosw *proto = so->so_proto;
449 struct protosw *pr = pffindproto(domain, protocol, type);
521 /* Find the entry and remove it from the global and protosw lists */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddomain.h97 struct protosw *dom_protosw; /* Chain of protosw's for AF */
H A Dprotosw.h62 * @(#)protosw.h 8.1 (Berkeley) 6/2/93
63 * $FreeBSD: src/sys/sys/protosw.h,v 1.28.2.2 2001/07/03 11:02:01 ume Exp $
117 struct protosw { struct
158 struct protosw *pr_next; /* Chain for domain */
187 * (*protosw[].pr_usrreq)(up, req, m, nam, opt);
339 * (*protosw[].pr_ctlinput)(cmd, sa, arg);
384 * (*protosw[].pr_ctloutput)(req, so, level, optname, optval, p);
413 struct protosw *pffindproto(int family, int protocol, int type);
414 struct protosw *pffindproto_locked(int family, int protocol, int type);
415 struct protosw *pffindtyp
[all...]
H A DMakefile51 _select.h _structs.h _types.h _endian.h domain.h protosw.h \
85 _select.h _structs.h _types.h _endian.h protosw.h domain.h \
H A Dsocketvar.h87 struct protosw;
124 struct protosw *so_proto; /* protocol handle */
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dat_proto.c42 #include <sys/protosw.h>
73 struct protosw atalksw[] = {
H A Dddp_brt.c61 #include <sys/protosw.h>
H A Dat_pcb.c73 #include <sys/protosw.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkext_net.h73 struct protosw *sf_proto;
H A Draw_cb.c68 #include <sys/protosw.h>
H A Dkext_net.c42 #include <sys/protosw.h>
55 * filter list and, if global, in its protosw's chain.
59 struct protosw *pr, int flags)
82 * Then, if global, install in the protosw's list
106 unregister_sockfilter(struct NFDescriptor *nfp, struct protosw *pr, __unused int flags)
111 /* Only globals are attached to the protosw entry */
H A Dif_gif.c76 #include <sys/protosw.h>
136 struct protosw in_gif_protosw =
332 gif_encapcheck, (struct protosw*)&in6_gif_protosw, sc);
H A Draw_usrreq.c69 #include <sys/protosw.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Ddest6.c38 #include <sys/protosw.h>
H A Din6_proto.c72 #include <sys/protosw.h>
313 (struct protosw *)inet6sw, 0,
334 net_add_proto((struct protosw*)pr, dp);
H A Dipcomp_core.c43 #include <sys/protosw.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkeysock.c44 #include <sys/protosw.h>
514 struct protosw keysw[] = {

Completed in 90 milliseconds

1234