| /f-stack/freebsd/netinet/ |
| H A D | in_proto.c | 112 .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 D | sctp_module.c | 59 .pr_type = SOCK_STREAM, 71 .pr_type = SOCK_SEQPACKET, 87 .pr_type = SOCK_STREAM, 100 .pr_type = SOCK_SEQPACKET,
|
| H A D | in_mcast.c | 1799 (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 D | ip_divert.c | 763 .pr_type = SOCK_RAW,
|
| H A D | ip_carp.c | 2171 .pr_type = SOCK_RAW, 2185 .pr_type = SOCK_RAW,
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_proto.c | 145 .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 D | send.c | 311 .pr_type = SOCK_RAW,
|
| H A D | in6_mcast.c | 1759 (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 D | ng_btsocket.c | 174 .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 D | uipc_domain.c | 296 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 D | uipc_debug.c | 316 db_printf("pr_type: %d ", pr->pr_type); in db_print_protosw()
|
| H A D | uipc_usrreq.c | 429 .pr_type = SOCK_STREAM, 436 .pr_type = SOCK_DGRAM, 443 .pr_type = SOCK_SEQPACKET,
|
| H A D | uipc_socket.c | 534 if (prp->pr_type != type) in socreate()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | protosw.h | 78 short pr_type; /* socket type used for */ member
|
| /f-stack/freebsd/sys/ |
| H A D | protosw.h | 80 short pr_type; /* socket type used for */ member
|
| /f-stack/freebsd/netipsec/ |
| H A D | keysock.c | 445 .pr_type = SOCK_RAW,
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_socket.c | 1167 .pr_type = SOCK_DGRAM, 1174 .pr_type = SOCK_DGRAM,
|
| /f-stack/freebsd/net/ |
| H A D | rtsock.c | 2598 .pr_type = SOCK_RAW,
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | if_pfsync.c | 2431 .pr_type = SOCK_RAW,
|