Searched refs:SOCK_STREAM (Results 1 - 7 of 7) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
H A D | app_http_client.c | 43 s = socket(AF_INET, SOCK_STREAM, 0); in http_clienti_get()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
H A D | socket.h | 88 #ifndef SOCK_STREAM 89 #define SOCK_STREAM 1 macro 390 * @param type [IN] Specifies the socket type. [SOCK_RAW|SOCK_DGRAM|SOCK_STREAM] 395 * <li>Only domain AF_INET and AF_PACKET are supported. For AF_INET, type SOCK_RAW|SOCK_DGRAM|SOCK_STREAM is supported. 556 * @param s [IN] Specifies a file descriptor that refers to a socket of type SOCK_STREAM. 619 * <li><b>EOPNOTSUPP</b>: The referenced socket is not of type SOCK_STREAM.</li> 734 * <li><b>EINPROGRESS</b>: For PF_INET/SOCK_STREAM, there was one send operation in progress, and concurrent sending was not supported.</li> 839 * <li><b>EINPROGRESS</b>: For PF_INET/SOCK_STREAM, there was one send operation in progress, and concurrent sending was not supported.</li> 939 * <li><b>EINPROGRESS</b>: For PF_INET/SOCK_STREAM, there was one send operation in progress, 953 * and is no longer connected. In the latter case, and if the socket is of type SOCK_STREAM [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/ |
H A D | posix_help.c | 44 if (socketpair(PF_UNIX, SOCK_STREAM | SOCK_NONBLOCK | SOCK_CLOEXEC, 0, fds) < 0) {
in SkPairCreate()
|
/device/soc/rockchip/common/sdk_linux/net/bluetooth/ |
H A D | l2cap_sock.c | 301 if (sk->sk_type != SOCK_SEQPACKET && sk->sk_type != SOCK_STREAM) { in l2cap_sock_listen() 643 if (sk->sk_type != SOCK_SEQPACKET && sk->sk_type != SOCK_STREAM && sk->sk_type != SOCK_RAW) { in l2cap_sock_getsockopt() 1232 if (sock->type == SOCK_STREAM) { in l2cap_sock_recvmsg() 1833 case SOCK_STREAM: in l2cap_sock_init() 1840 if (!disable_ertm && sk->sk_type == SOCK_STREAM) { in l2cap_sock_init() 1901 if (sock->type != SOCK_SEQPACKET && sock->type != SOCK_STREAM && sock->type != SOCK_DGRAM && in l2cap_sock_create()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_net_api.h | 184 #define SOCK_STREAM 1
macro
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_general.c | 1035 hi_s32 sfd = socket(AF_INET, SOCK_STREAM, 0); in ip_start_tcp_client() 1428 g_listen_fd.sfd = socket(AF_INET, SOCK_STREAM, 0); in ip_tcp_server_start()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | sockets.h | 209 #define SOCK_STREAM 1 macro 910 * - <b> [EOPNOTSUPP] </b>: \n The referenced socket is not of type SOCK_STREAM. 1477 * @param[in] sockfd Specifies a file descriptor that refers to a socket of type SOCK_STREAM. 1660 * For stream-based sockets, such as SOCK_STREAM, message boundaries shall be ignored. In this case, 1787 * - <b> [EINPROGRESS] </b>: For PF_INET/SOCK_STREAM, there was one send operation in progress, 1802 * and is no longer connected.In the latter case, and if the socket is of type SOCK_STREAM. 1852 * - <b> [EINPROGRESS] </b>: For PF_INET/SOCK_STREAM, there was one send operation in progress, 1866 * and is no longer connected. In the latter case, and if the socket is of type SOCK_STREAM. 1927 * - <b> [EINPROGRESS] </b>: For PF_INET/SOCK_STREAM, there was one send operation in progress, 1944 * In the latter case, and if the socket is of type SOCK_STREAM [all...] |
Completed in 12 milliseconds