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

12345

/darwin-on-arm/xnu/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.
93 #include <sys/protosw.h>
164 const struct protosw *psw;
238 psw = (const struct protosw *)match->psw;
351 const struct protosw *psw;
420 const struct protosw *psw;
H A Dip_var.h285 extern struct protosw *ip_protox[];
H A Dtcp_debug.c79 #include <sys/protosw.h>
H A Dtcp_newreno.c66 #include <sys/protosw.h>
/darwin-on-arm/xnu/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[] = {
108 int local_proto_count = (sizeof (localsw) / sizeof (struct protosw));
114 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);
109 init_proto(struct protosw *pr)
122 struct protosw *pr;
222 * net_add_proto - link a protosw into a domain's protosw chain
227 net_add_proto(struct protosw *pp, struct domain *dp)
228 { register struct protosw *pp1, *pp2;
248 * net_del_proto - remove a protosw fro
[all...]
H A Dkpi_socketfilter.c35 #include <sys/protosw.h>
78 struct protosw *sf_proto;
375 struct protosw *proto = so->so_proto;
1125 struct protosw *pr = pffindproto(domain, protocol, type);
1293 // Remove it from the protosw list
/darwin-on-arm/xnu/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 $
123 struct protosw { struct
168 struct protosw *pr_next; /* Chain for domain */
198 * (*protosw[].pr_usrreq)(up, req, m, nam, opt);
350 * (*protosw[].pr_ctlinput)(cmd, sa, arg);
395 * (*protosw[].pr_ctloutput)(req, so, level, optname, optval, p);
425 struct protosw *pffindproto(int family, int protocol, int type);
426 struct protosw *pffindproto_locked(int family, int protocol, int type);
427 struct protosw *pffindtyp
[all...]
H A DMakefile35 _select.h _structs.h _types.h _endian.h domain.h protosw.h \
79 _select.h _structs.h _types.h _endian.h protosw.h domain.h \
/darwin-on-arm/xnu/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>
/darwin-on-arm/xnu/bsd/netinet6/
H A Ddest6.c38 #include <sys/protosw.h>
H A Din6_proto.c100 #include <sys/protosw.h>
344 (struct protosw *)inet6sw, 0,
365 net_add_proto((struct protosw*)pr, dp);
H A Dipcomp_core.c43 #include <sys/protosw.h>
/darwin-on-arm/xnu/bsd/net/
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 Draw_cb.c68 #include <sys/protosw.h>
H A Dif_gif.c76 #include <sys/protosw.h>
135 struct protosw in_gif_protosw =
346 gif_encapcheck, (struct protosw*)&in6_gif_protosw, sc);
H A Draw_usrreq.c69 #include <sys/protosw.h>
H A Dif_stf.c117 #include <sys/protosw.h>
179 struct protosw in_stf_protosw =
/darwin-on-arm/xnu/bsd/netkey/
H A Dkeysock.c44 #include <sys/protosw.h>
514 struct protosw keysw[] = {

Completed in 89 milliseconds

12345