Home
last modified time | relevance | path

Searched refs:pr_type (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/netinet/
H A Din_proto.c112 .pr_type = 0,
181 .pr_type = SOCK_RAW,
191 .pr_type = SOCK_RAW,
200 .pr_type = SOCK_RAW,
211 .pr_type = SOCK_RAW,
220 .pr_type = SOCK_RAW,
229 .pr_type = SOCK_RAW,
238 .pr_type = SOCK_RAW,
247 .pr_type = SOCK_RAW,
257 .pr_type = SOCK_RAW,
[all …]
H A Dsctp_module.c59 .pr_type = SOCK_STREAM,
71 .pr_type = SOCK_SEQPACKET,
87 .pr_type = SOCK_STREAM,
100 .pr_type = SOCK_SEQPACKET,
H A Din_mcast.c1799 (inp->inp_socket->so_proto->pr_type != SOCK_RAW && in inp_getmoptions()
1800 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM)) { in inp_getmoptions()
2766 (inp->inp_socket->so_proto->pr_type != SOCK_RAW && in inp_setmoptions()
2767 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM)) in inp_setmoptions()
H A Dip_divert.c763 .pr_type = SOCK_RAW,
H A Dip_carp.c2171 .pr_type = SOCK_RAW,
2185 .pr_type = SOCK_RAW,
/f-stack/freebsd/netinet6/
H A Din6_proto.c145 .pr_type = 0,
222 .pr_type = SOCK_RAW,
236 .pr_type = SOCK_RAW,
249 .pr_type = SOCK_RAW,
257 .pr_type = SOCK_RAW,
265 .pr_type = SOCK_RAW,
274 .pr_type = SOCK_RAW,
285 .pr_type = SOCK_RAW,
295 .pr_type = SOCK_RAW,
305 .pr_type = SOCK_RAW,
[all …]
H A Dsend.c311 .pr_type = SOCK_RAW,
H A Din6_mcast.c1759 (inp->inp_socket->so_proto->pr_type != SOCK_RAW && in ip6_getmoptions()
1760 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM)) { in ip6_getmoptions()
2630 (inp->inp_socket->so_proto->pr_type != SOCK_RAW && in ip6_setmoptions()
2631 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM)) in ip6_setmoptions()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket.c174 .pr_type = SOCK_RAW,
183 .pr_type = SOCK_RAW,
191 .pr_type = SOCK_SEQPACKET,
200 .pr_type = SOCK_STREAM,
209 .pr_type = SOCK_SEQPACKET,
/f-stack/freebsd/kern/
H A Duipc_domain.c296 if (pr->pr_type && pr->pr_type == type) in pffindtype()
317 if ((pr->pr_protocol == protocol) && (pr->pr_type == type)) in pffindproto()
320 if (type == SOCK_RAW && pr->pr_type == SOCK_RAW && in pffindproto()
341 if (npr->pr_type == 0) in pf_proto_register()
365 if ((pr->pr_type == npr->pr_type) && in pf_proto_register()
429 if ((pr->pr_type == type) && (pr->pr_protocol == protocol)) { in pf_proto_unregister()
445 dpr->pr_type = 0; in pf_proto_unregister()
H A Duipc_debug.c316 db_printf("pr_type: %d ", pr->pr_type); in db_print_protosw()
H A Duipc_usrreq.c429 .pr_type = SOCK_STREAM,
436 .pr_type = SOCK_DGRAM,
443 .pr_type = SOCK_SEQPACKET,
H A Duipc_socket.c534 if (prp->pr_type != type) in socreate()
/f-stack/tools/compat/include/sys/
H A Dprotosw.h78 short pr_type; /* socket type used for */ member
/f-stack/freebsd/sys/
H A Dprotosw.h80 short pr_type; /* socket type used for */ member
/f-stack/freebsd/netipsec/
H A Dkeysock.c445 .pr_type = SOCK_RAW,
/f-stack/freebsd/netgraph/
H A Dng_socket.c1167 .pr_type = SOCK_DGRAM,
1174 .pr_type = SOCK_DGRAM,
/f-stack/freebsd/net/
H A Drtsock.c2598 .pr_type = SOCK_RAW,
/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c2431 .pr_type = SOCK_RAW,