Home
last modified time | relevance | path

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

/mirbsd/src/sys/net/
Dpfkey.c287 static struct protosw pfkey_protosw_template = {
307 struct protosw *protosw, *p; in pfkey_buildprotosw() local
315 if (!(protosw = malloc(j * sizeof(struct protosw), in pfkey_buildprotosw()
319 for (i = 0, p = protosw; i <= PFKEY_PROTOCOL_MAX; i++) in pfkey_buildprotosw()
322 sizeof(struct protosw)); in pfkey_buildprotosw()
330 pfkey_domain.dom_protosw = protosw; in pfkey_buildprotosw()
333 if (!(protosw = malloc(sizeof(struct protosw), M_PFKEY, in pfkey_buildprotosw()
337 bcopy(&pfkey_protosw_template, protosw, in pfkey_buildprotosw()
338 sizeof(struct protosw)); in pfkey_buildprotosw()
343 pfkey_domain.dom_protosw = protosw; in pfkey_buildprotosw()
[all …]
Drtsock.c935 struct protosw routesw[] = {
/mirbsd/src/sys/kern/
Duipc_domain.c71 struct protosw *pr; in domaininit()
137 struct protosw *
141 struct protosw *pr; in pffindtype()
153 struct protosw *
157 struct protosw *pr; in pffindproto()
158 struct protosw *maybe = NULL; in pffindproto()
183 struct protosw *pr; in net_sysctl()
220 struct protosw *pr; in pfctlinput()
233 struct protosw *pr; in pfslowtimo()
247 struct protosw *pr; in pffasttimo()
Duipc_proto.c52 struct protosw unixsw[] = {
Duipc_socket.c98 struct protosw *prp;
564 struct protosw *pr = so->so_proto;
939 register struct protosw *pr = so->so_proto;
956 register struct protosw *pr = so->so_proto;
Duipc_mbuf.c148 register struct protosw *pr; in m_reclaim()
/mirbsd/src/sys/sys/
Dprotosw.h63 struct protosw { struct
229 struct protosw *pffindproto(int, int, int);
230 struct protosw *pffindtype(int, int);
Ddomain.h53 struct protosw *dom_protosw, *dom_protoswNPROTOSW;
Dsocketvar.h52 struct protosw *so_proto; /* protocol handle */
/mirbsd/src/usr.bin/netstat/
Dunix.c77 struct protosw *unixsw = (struct protosw *)off; in unixpr()
/mirbsd/src/sys/netinet6/
Din6_proto.c238 (struct protosw *)inet6sw,
239 (struct protosw *)&inet6sw[sizeof(inet6sw)/sizeof(inet6sw[0])], 0,
/mirbsd/src/sys/netinet/
Din_proto.c196 struct protosw inetsw[] = {
358 struct protosw hysw[] = {
Dip_input.c146 extern struct protosw inetsw[];
225 struct protosw *pr; in ip_init()
Dip_icmp.c115 extern struct protosw inetsw[];
/mirbsd/src/sys/netatalk/
Dat_proto.c87 struct protosw atalksw[] = {
Dat.h138 extern struct protosw atalksw[];
/mirbsd/src/sys/netnatm/
Dnatm_proto.c60 struct protosw natmsw[] = {
/mirbsd/src/sys/netipx/
Dipx_proto.c55 struct protosw ipxsw[] = {
/mirbsd/src/share/doc/smm/18.net/
Dspell.ok243 protosw
/mirbsd/src/usr.bin/fstat/
Dfstat.c760 struct protosw proto; in socktrans()
779 if (!KVM_READ(so.so_proto, &proto, sizeof(struct protosw))) { in socktrans()
/mirbsd/src/distrib/lists/base/dev/
Dmi1215 ./usr/include/sys/protosw.h