Symbol: protosw
lib/libkvm/kvm_file2.c
549
struct protosw protosw;
lib/libkvm/kvm_file2.c
560
if (KREAD(kd, (u_long)sock.so_proto, &protosw)) {
lib/libkvm/kvm_file2.c
564
kf->so_protocol = protosw.pr_protocol;
lib/libkvm/kvm_file2.c
565
if (KREAD(kd, (u_long)protosw.pr_domain, &domain)) {
lib/libkvm/kvm_file2.c
602
if (protosw.pr_protocol == IPPROTO_TCP) {
lib/libkvm/kvm_file2.c
638
if (protosw.pr_protocol == IPPROTO_TCP) {
sys/kern/uipc_domain.c
122
const struct protosw *
sys/kern/uipc_domain.c
126
const struct protosw *pr;
sys/kern/uipc_domain.c
138
const struct protosw *
sys/kern/uipc_domain.c
142
const struct protosw *pr;
sys/kern/uipc_domain.c
143
const struct protosw *maybe = NULL;
sys/kern/uipc_domain.c
201
const struct protosw *pr;
sys/kern/uipc_domain.c
274
const struct protosw *pr;
sys/kern/uipc_domain.c
291
const struct protosw *pr;
sys/kern/uipc_domain.c
307
const struct protosw *pr;
sys/kern/uipc_domain.c
78
const struct protosw *pr;
sys/kern/uipc_proto.c
45
const struct protosw unixsw[] = {
sys/kern/uipc_socket.c
1283
const struct protosw *pr = so->so_proto;
sys/kern/uipc_socket.c
143
soalloc(const struct protosw *prp, int wait)
sys/kern/uipc_socket.c
194
const struct protosw *prp;
sys/kern/uipc_socket.c
857
const struct protosw *pr = so->so_proto;
sys/net/af_frame.c
32
static const struct protosw framesw[] = {
sys/net/pfkeyv2.c
210
const struct protosw pfkeysw[] = {
sys/net/rtsock.c
2446
const struct protosw routesw[] = {
sys/netinet/in_proto.c
165
const struct protosw inetsw[] = {
sys/netinet/ip_input.c
188
const struct protosw *pr;
sys/netinet/ip_input.c
764
const struct protosw *psw;
sys/netinet6/in6_proto.c
119
const struct protosw inet6sw[] = {
sys/netinet6/ip6_input.c
131
const struct protosw *pr;
sys/sys/domain.h
57
const struct protosw *dom_protosw, *dom_protoswNPROTOSW;
sys/sys/protosw.h
259
const struct protosw *pffindproto(int, int, int);
sys/sys/protosw.h
260
const struct protosw *pffindtype(int, int);
sys/sys/protosw.h
265
extern const struct protosw inetsw[];
sys/sys/protosw.h
269
extern const struct protosw inet6sw[];
sys/sys/socketvar.h
120
const struct protosw *so_proto; /* [I] protocol handle */
sys/sys/socketvar.h
250
struct socket *soalloc(const struct protosw *, int);
usr.bin/netstat/inet.c
1404
struct protosw proto;