/freebsd/sys/kern/ |
H A D | uipc_debug.c | 47 db_print_sotype(short so_type) in db_print_sotype() argument 50 switch (so_type) { in db_print_sotype() 400 db_printf("so_type: %d (", so->so_type); in db_print_socket() 401 db_print_sotype(so->so_type); in db_print_socket()
|
H A D | uipc_usrreq.c | 448 switch (so->so_type) { in uipc_attach() 493 switch (so->so_type) { in uipc_attach() 732 if (so1->so_type != so2->so_type) in uipc_connect2() 822 switch (so->so_type) { in uipc_detach() 857 MPASS(so->so_type != SOCK_DGRAM); in uipc_listen() 920 KASSERT(so->so_type == SOCK_STREAM || so->so_type == SOCK_SEQPACKET, in uipc_rcvd() 921 ("%s: socktype %d", __func__, so->so_type)); in uipc_rcvd() 972 KASSERT(so->so_type == SOCK_STREAM || so->so_type == SOCK_SEQPACKET, in uipc_send() 973 ("%s: socktype %d", __func__, so->so_type)); in uipc_send() 1032 switch (so->so_type) { in uipc_send() [all …]
|
H A D | uipc_socket.c | 951 so->so_type = type; in socreate() 1164 so->so_type = head->so_type; 1321 so->so_type = head->so_type; 2130 KASSERT(so->so_type == SOCK_DGRAM, ("sosend_dgram: !SOCK_DGRAM")); 2321 if (resid < 0 || (so->so_type == SOCK_STREAM && (flags & MSG_EOR))) { 3405 if (so->so_type != SOCK_STREAM) 4115 optval = so->so_type; 5026 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()
|
/freebsd/sys/security/mac_portacl/ |
H A D | mac_portacl.c | 450 if (so->so_type != SOCK_DGRAM && in socket_check_bind() 451 so->so_type != SOCK_STREAM) in socket_check_bind() 459 type = so->so_type; in socket_check_bind()
|
/freebsd/sys/security/audit/ |
H A D | bsm_token.c | 923 au_to_socket_ex(u_short so_domain, u_short so_type, in au_to_socket_ex() argument 942 ADD_U_INT16(dptr, au_socket_type_to_bsm(so_type)); in au_to_socket_ex() 975 u_int16_t so_type; in kau_to_socket() local 982 so_type = soi->so_type; in kau_to_socket() 983 ADD_U_INT16(dptr, so_type); in kau_to_socket()
|
H A D | audit_arg.c | 444 ar->k_ar.ar_arg_sockinfo.so_type = sotype; in audit_arg_socket() 697 ar->k_ar.ar_arg_sockinfo.so_type = in audit_arg_file() 698 so->so_type; in audit_arg_file()
|
H A D | audit_private.h | 123 int so_type; member
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clkrpc.c | 199 if (so->so_type == SOCK_DGRAM) in nfscbd_addsock()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdkrpc.c | 543 if (so->so_type == SOCK_DGRAM) in nfsrvd_addsock() 561 if (so->so_type == SOCK_STREAM)
|
/freebsd/sys/sys/ |
H A D | socketvar.h | 115 short so_type; /* (a) generic type, see socket.h */ member 622 int16_t so_type; member
|
/freebsd/usr.bin/netstat/ |
H A D | unix.c | 310 (long)so->so_pcb, socktype[so->so_type], so->so_rcv.sb_cc, in unixdomainpr()
|
H A D | inet.c | 156 xso->so_type = so->so_type; in sotoxsocket()
|
/freebsd/sys/dev/hyperv/hvsock/ |
H A D | hv_sock.c | 353 if (so->so_type != SOCK_STREAM) in hvs_trans_attach() 630 if (so->so_type != SOCK_STREAM) in hvs_trans_soreceive() 795 if (so->so_type != SOCK_STREAM) in hvs_trans_sosend()
|
/freebsd/contrib/openbsm/sys/bsm/ |
H A D | audit_record.h | 259 token_t *au_to_socket_ex(u_short so_domain, u_short so_type,
|
/freebsd/sys/bsm/ |
H A D | audit_record.h | 265 token_t *au_to_socket_ex(u_short so_domain, u_short so_type,
|
/freebsd/sys/netinet/ |
H A D | sctp_os_bsd.h | 363 #define SCTP_SO_TYPE(so) ((so)->so_type)
|
/freebsd/sys/netinet6/ |
H A D | in6_pcb.c | 254 (inp->inp_socket->so_type != SOCK_STREAM || in in6_pcbbind_avail() 269 (inp->inp_socket->so_type != SOCK_STREAM || in in6_pcbbind_avail()
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_token.c | 1006 au_to_socket_ex(u_short so_domain, u_short so_type, in au_to_socket_ex() argument 1029 ADD_U_INT16(dptr, au_socket_type_to_bsm(so_type)); in au_to_socket_ex()
|
/freebsd/sys/dev/iscsi/ |
H A D | icl_soft.c | 1543 if (so->so_type != SOCK_STREAM) { in icl_soft_conn_handoff() 1691 if (so->so_type != SOCK_STREAM) in icl_soft_handoff_sock()
|
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 1071 if (so->so_type == SOCK_DGRAM) in linux_accept_common() 1421 if (so->so_type != SOCK_STREAM) in linux_sendmsg_common() 2418 if (so->so_type != SOCK_STREAM) in is_sendfile()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_main.c | 1077 if (resid < 0 || (so->so_type == SOCK_STREAM && (flags & MSG_EOR))) { in sdp_sosend() 1228 if (so->so_type != SOCK_STREAM) in sdp_sorecv()
|
/freebsd/sys/dev/cxgbe/cxgbei/ |
H A D | icl_cxgbei.c | 1121 if (so->so_type != SOCK_STREAM || in icl_cxgbei_conn_handoff() 1796 if (so->so_type != SOCK_STREAM || in cxgbei_limits_fd()
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket_l2cap_raw.c | 616 if (so->so_type != SOCK_RAW) in ng_btsocket_l2cap_raw_attach()
|
/freebsd/sys/netgraph/ |
H A D | ng_ksocket.c | 1200 if (so->so_type == SOCK_STREAM) { in ng_ksocket_incoming2()
|