| /f-stack/freebsd/kern/ |
| H A D | uipc_debug.c | 49 db_print_sotype(short so_type) in db_print_sotype() argument 52 switch (so_type) { in db_print_sotype() 441 db_printf("so_type: %d (", so->so_type); in db_print_socket() 442 db_print_sotype(so->so_type); in db_print_socket()
|
| H A D | uipc_usrreq.c | 526 switch (so->so_type) { in uipc_attach() 564 switch (so->so_type) { in uipc_attach() 889 if (so->so_type != SOCK_STREAM && so->so_type != SOCK_SEQPACKET) in uipc_listen() 956 KASSERT(so->so_type == SOCK_STREAM || so->so_type == SOCK_SEQPACKET, in uipc_rcvd() 1008 KASSERT(so->so_type == SOCK_STREAM || so->so_type == SOCK_DGRAM || in uipc_send() 1009 so->so_type == SOCK_SEQPACKET, in uipc_send() 1021 switch (so->so_type) { in uipc_send() 1121 switch (so->so_type) { in uipc_send() 1600 if (so->so_type != so2->so_type) { in unp_connectat() 1696 if (so2->so_type != so->so_type) in unp_connect2() [all …]
|
| H A D | uipc_socket.c | 540 so->so_type = type; in socreate() 722 so->so_type = head->so_type; 815 so->so_type = head->so_type; 1385 KASSERT(so->so_type == SOCK_DGRAM, ("sosend_dgram: !SOCK_DGRAM")); 1575 if (resid < 0 || (so->so_type == SOCK_STREAM && (flags & MSG_EOR))) { 2401 if (so->so_type != SOCK_STREAM) 2836 if (so->so_type != SOCK_DGRAM && !SOLISTENING(so)) 3279 optval = so->so_type; 4265 xso->so_type = so->so_type;
|
| H A D | sys_socket.c | 384 kif->kf_un.kf_sock.kf_sock_type0 = so->so_type; in soo_fill_kinfo()
|
| H A D | kern_sendfile.c | 663 if ((*so)->so_type != SOCK_STREAM) in sendfile_getsock()
|
| /f-stack/freebsd/security/mac_portacl/ |
| H A D | mac_portacl.c | 454 if (so->so_type != SOCK_DGRAM && in socket_check_bind() 455 so->so_type != SOCK_STREAM) in socket_check_bind() 463 type = so->so_type; in socket_check_bind()
|
| /f-stack/freebsd/security/audit/ |
| H A D | bsm_token.c | 926 au_to_socket_ex(u_short so_domain, u_short so_type, in au_to_socket_ex() argument 945 ADD_U_INT16(dptr, au_socket_type_to_bsm(so_type)); in au_to_socket_ex() 978 u_int16_t so_type; in kau_to_socket() local 985 so_type = soi->so_type; in kau_to_socket() 986 ADD_U_INT16(dptr, so_type); in kau_to_socket()
|
| H A D | audit_arg.c | 447 ar->k_ar.ar_arg_sockinfo.so_type = sotype; in audit_arg_socket() 700 ar->k_ar.ar_arg_sockinfo.so_type = in audit_arg_file() 701 so->so_type; in audit_arg_file()
|
| H A D | audit_private.h | 125 int so_type; member
|
| H A D | audit_bsm.c | 618 ar->ar_arg_sockinfo.so_type); in kaudit_to_bsm()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | socketvar.h | 94 short so_type; /* (a) generic type, see socket.h */ member 519 int16_t so_type; member
|
| /f-stack/freebsd/sys/ |
| H A D | socketvar.h | 94 short so_type; /* (a) generic type, see socket.h */ member 519 int16_t so_type; member
|
| /f-stack/tools/netstat/ |
| H A D | unix.c | 327 (long)so->so_pcb, socktype[so->so_type], so->so_rcv.sb_cc, in unixdomainpr()
|
| H A D | inet.c | 168 xso->so_type = so->so_type; in sotoxsocket()
|
| /f-stack/freebsd/bsm/ |
| H A D | audit_record.h | 267 token_t *au_to_socket_ex(u_short so_domain, u_short so_type,
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_os_bsd.h | 375 #define SCTP_SO_TYPE(so) ((so)->so_type)
|
| H A D | ip_input.c | 1356 if (so->so_type != SOCK_RAW || in ip_rsvp_init()
|
| H A D | ip_mroute.c | 659 so->so_type, so->so_proto->pr_protocol); in ip_mrouter_init() 661 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol != IPPROTO_IGMP) in ip_mrouter_init()
|
| H A D | udp_usrreq.c | 1597 KASSERT(so->so_type == SOCK_DGRAM, in udp_set_kernel_tunneling()
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_pcb.c | 226 (so->so_type != SOCK_STREAM || in in6_pcbbind() 258 (so->so_type != SOCK_STREAM || in in6_pcbbind()
|
| H A D | ip6_mroute.c | 562 so->so_type, so->so_proto->pr_protocol); in ip6_mrouter_init() 564 if (so->so_type != SOCK_RAW || in ip6_mrouter_init()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ksocket.c | 1109 if (so->so_type == SOCK_STREAM) { in ng_ksocket_incoming2()
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_l2cap_raw.c | 619 if (so->so_type != SOCK_RAW) in ng_btsocket_l2cap_raw_attach()
|
| H A D | ng_btsocket_hci_raw.c | 923 if (so->so_type != SOCK_RAW) in ng_btsocket_hci_raw_attach()
|
| H A D | ng_btsocket_sco.c | 1209 if (so->so_type != SOCK_SEQPACKET) in ng_btsocket_sco_attach()
|