Home
last modified time | relevance | path

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

12

/original-bsd/sys/kern/
H A Duipc_domain.c35 register struct protosw *pr; in domaininit()
75 struct protosw *
80 register struct protosw *pr;
93 struct protosw *
98 register struct protosw *pr;
99 struct protosw *maybe = 0;
113 pr->pr_protocol == 0 && maybe == (struct protosw *)0)
130 register struct protosw *pr;
163 register struct protosw *pr;
176 register struct protosw *pr;
[all …]
H A Duipc_proto.c24 struct protosw unixsw[] = {
H A Duipc_socket.c39 register struct protosw *prp;
475 struct protosw *pr = so->so_proto;
768 register struct protosw *pr = so->so_proto;
784 register struct protosw *pr = so->so_proto;
/original-bsd/sys/deprecated/bbnnet/
H A Din_proto.c70 struct protosw inetsw[] = {
193 struct protosw impsw[] = {
213 struct protosw hysw[] = {
228 struct protosw rdpdebugsw[] = {
239 struct protosw tcpdebugsw[] = {
H A Din_var.h54 struct protosw *ipsw_user; /* for normal user packets passed up */
55 struct protosw *ipsw_raw; /* for raw packets passed up */
H A Din.h85 extern struct protosw inetsw[];
H A Dip_output.c483 register struct protosw *psw;
/original-bsd/sys/deprecated/netpup/
H A Dpup_proto.c15 struct protosw pupsw[] = {
34 struct protosw ensw[] = {
/original-bsd/sys/netinet/
H A Din_proto.c55 struct protosw inetsw[] = {
126 struct protosw impsw[] = {
147 struct protosw hysw[] = {
/original-bsd/sys/sys/
H A Dprotosw.h32 struct protosw { struct
183 extern struct protosw *pffindproto(), *pffindtype();
H A Ddomain.h28 struct protosw *dom_protosw, *dom_protoswNPROTOSW;
H A Dsocketvar.h24 struct protosw *so_proto; /* protocol handle */
/original-bsd/usr.bin/netstat/
H A Dunix.c48 struct protosw *unixsw = (struct protosw *)off;
/original-bsd/sys/deprecated/netrmp/
H A Drmp_proto.c32 struct protosw rmpsw[] = {
H A Drmp.h65 extern struct protosw rmpsw[];
/original-bsd/sys/netccitt/
H A Dccitt_proto.c42 struct protosw ccittsw[] = {
/original-bsd/sys/netns/
H A Dns_proto.c33 struct protosw nssw[] = {
/original-bsd/old/adb/common_scripts/
H A DMakefile8 nspcb nsrtentry packetchain protosw quota rawcb route rtentry \
/original-bsd/sys/netiso/
H A Diso.h153 extern struct protosw isosw[];
H A Diso_proto.c80 struct protosw isosw[] = {
H A Dcons_pcb.h81 struct protosw *co_proto;
H A Dif_cons.c137 Static struct protosw *CLNP_proto;
138 Static struct protosw *TP_proto;
139 Static struct protosw *X25_proto;
H A Dclnp_input.c93 register struct protosw *pr; in clnp_init()
/original-bsd/share/doc/smm/18.net/
H A Dspell.ok243 protosw
/original-bsd/usr.bin/fstat/
H A Dfstat.c551 struct protosw proto;
567 if (!KVM_READ(so.so_proto, &proto, sizeof(struct protosw))) {

12