Symbol: protosw
sys/dev/kttcp.c
359
const struct protosw *pr;
sys/kern/uipc_domain.c
144
const struct protosw *pr;
sys/kern/uipc_domain.c
185
const struct protosw *
sys/kern/uipc_domain.c
189
const struct protosw *pr;
sys/kern/uipc_domain.c
202
const struct protosw *
sys/kern/uipc_domain.c
206
const struct protosw *pr;
sys/kern/uipc_domain.c
207
const struct protosw *maybe = NULL;
sys/kern/uipc_domain.c
713
const struct protosw *pr;
sys/kern/uipc_domain.c
727
const struct protosw *pr;
sys/kern/uipc_domain.c
752
const struct protosw *pr;
sys/kern/uipc_domain.c
768
const struct protosw *pr;
sys/kern/uipc_mbuf.c
244
const struct protosw *pr;
sys/kern/uipc_proto.c
55
const struct protosw unixsw[] = {
sys/kern/uipc_socket.c
1169
const struct protosw *pr;
sys/kern/uipc_socket.c
1672
const struct protosw *pr;
sys/kern/uipc_socket.c
1714
const struct protosw *pr;
sys/kern/uipc_socket.c
495
const struct protosw *prp;
sys/kern/uipc_socket.c
627
const struct protosw *pr;
sys/net/if.c
1322
const struct protosw *pr;
sys/net/if_gre.c
1067
const struct protosw *pr;
sys/net/if_gre.c
558
const struct protosw *pr;
sys/net/link_proto.c
101
const struct protosw linksw[] = {
sys/net/rtsock_shared.c
170
static const struct protosw COMPATNAME(route_protosw)[];
sys/net/rtsock_shared.c
1779
static const struct protosw COMPATNAME(route_protosw)[] = {
sys/netatalk/at.h
102
extern const struct protosw atalksw[];
sys/netatalk/at_proto.c
52
const struct protosw atalksw[] = {
sys/netbt/bt_proto.c
66
static const struct protosw btsw[] = {
sys/netcan/can_proto.c
53
const struct protosw cansw[] = {
sys/netinet/if_arp.c
236
static const struct protosw arpsw[] = {
sys/netinet/in_proto.c
259
const struct protosw inetsw[] = {
sys/netinet/in_proto.h
37
extern const struct protosw inetsw[];
sys/netinet/ip_input.c
272
const struct protosw *pr;
sys/netinet6/in6_proto.c
490
.dom_protosw = (const struct protosw *)inet6sw,
sys/netinet6/in6_proto.c
491
.dom_protoswNPROTOSW = (const struct protosw *)&inet6sw[sizeof(inet6sw)/sizeof(inet6sw[0])],
sys/netipsec/keysock.c
668
static const struct protosw keysw[] = {
sys/netipsec/keysock.c
80
static const struct protosw keysw[];
sys/netmpls/mpls_proto.c
359
const struct protosw mplssw[] = {
sys/rump/net/lib/libsockin/sockin.c
114
const struct protosw sockinsw[] = {
sys/rump/net/lib/libsockin/sockin.c
131
const struct protosw sockin6sw[] = {
sys/sys/domain.h
64
const struct protosw *dom_protosw, *dom_protoswNPROTOSW;
sys/sys/protosw.h
280
const struct protosw *pffindproto(int, int, int);
sys/sys/protosw.h
281
const struct protosw *pffindtype(int, int);
sys/sys/socketvar.h
142
const struct protosw *so_proto; /* protocol handle */
usr.bin/fstat/fstat.c
1063
struct protosw proto;
usr.bin/fstat/fstat.c
1084
if (!KVM_READ(so.so_proto, &proto, sizeof(struct protosw))) {
usr.bin/netstat/unix.c
146
struct protosw *unixsw = (struct protosw *)off;