Home
last modified time | relevance | path

Searched refs:protosw (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/sys/kern/
H A Duipc_domain.c48 #include <sys/protosw.h>
144 const struct protosw *pr; in domain_attach()
185 const struct protosw * in pffindtype()
189 const struct protosw *pr; in pffindtype()
202 const struct protosw * in pffindproto()
206 const struct protosw *pr; in pffindproto()
207 const struct protosw *maybe = NULL; in pffindproto()
713 const struct protosw *pr; in pfctlinput()
727 const struct protosw *pr; in pfctlinput2()
752 const struct protosw *p in pfslowtimo()
[all...]
H A Duipc_proto.c41 #include <sys/protosw.h>
55 const struct protosw unixsw[] = {
H A Duipc_socket.c104 #include <sys/protosw.h>
495 const struct protosw *prp; in socreate()
626 const struct protosw *pr; in sofamily()
1168 const struct protosw *pr; in soreceive()
1669 const struct protosw *pr; in soshutdown()
1711 const struct protosw *pr; in sorflush()
/netbsd-src/sys/sys/
H A Dprotosw.h71 struct protosw { struct
280 const struct protosw *pffindproto(int, int, int);
281 const struct protosw *pffindtype(int, int);
H A Ddomain.h64 const struct protosw *dom_protosw, *dom_protoswNPROTOSW;
H A DMakefile36 protosw.h pset.h psref.h ptrace.h ptree.h \
H A Dsocketvar.h142 const struct protosw *so_proto; /* protocol handle */
385 #include <sys/protosw.h>
/netbsd-src/usr.bin/netstat/
H A Dunix.c146 struct protosw *unixsw = (struct protosw *)off; in unixpr()
/netbsd-src/sys/netinet/
H A Din_proto.h37 extern const struct protosw inetsw[];
H A Din_proto.c259 const struct protosw inetsw[] = {
H A Dip_input.c271 const struct protosw *pr; in ip_init()
/netbsd-src/sys/netcan/
H A Dcan_proto.c53 const struct protosw cansw[] = {
/netbsd-src/sys/netatalk/
H A Dat.h102 extern const struct protosw atalksw[];
H A Dat_proto.c52 const struct protosw atalksw[] = {
/netbsd-src/sys/netbt/
H A Dbt_proto.c66 static const struct protosw btsw[] = {
/netbsd-src/sys/netinet6/
H A Din6_proto.c490 .dom_protosw = (const struct protosw *)inet6sw,
491 .dom_protoswNPROTOSW = (const struct protosw *)&inet6sw[sizeof(inet6sw)/sizeof(inet6sw[0])],
/netbsd-src/sys/netipsec/
H A Dkeysock.c80 static const struct protosw keysw[];
668 static const struct protosw keysw[] = {
/netbsd-src/share/doc/smm/18.net/
H A Dspell.ok243 protosw
/netbsd-src/sys/rump/net/lib/libsockin/
H A Dsockin.c114 const struct protosw sockinsw[] = {
131 const struct protosw sockin6sw[] = {
/netbsd-src/sys/netmpls/
H A Dmpls_proto.c359 const struct protosw mplssw[] = {
/netbsd-src/usr.bin/fstat/
H A Dfstat.c1063 struct protosw proto; in socktrans()
1082 if (!KVM_READ(so.so_proto, &proto, sizeof(struct protosw))) { in socktrans()
/netbsd-src/sys/net/
H A Dlink_proto.c101 const struct protosw linksw[] = {
H A Dif_gre.c558 const struct protosw *pr; in gre_soreceive()
1067 const struct protosw *pr; in gre_ssock()
H A Drtsock_shared.c170 static const struct protosw COMPATNAME(route_protosw)[];
1779 static const struct protosw COMPATNAME(route_protosw)[] = {
/netbsd-src/sys/dev/
H A Dkttcp.c359 const struct protosw *pr; in kttcp_soreceive()

12