Home
last modified time | relevance | path

Searched defs:sendall (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/samples/drivers/video/tcpserversink/src/
Dmain.c22 static ssize_t sendall(int sock, const void *buf, size_t len) in sendall() function
/Zephyr-latest/samples/net/sockets/echo_client/src/
Dtcp.c35 static ssize_t sendall(int sock, const void *buf, size_t len) in sendall() function
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_tcp_uploader.c23 static ssize_t sendall(int sock, const void *buf, size_t len) in sendall() function
/Zephyr-latest/samples/net/sockets/echo_server/src/
Dtcp.c52 static ssize_t sendall(int sock, const void *buf, size_t len) in sendall() function
/Zephyr-latest/samples/net/sockets/big_http_download/src/
Dbig_http_download.c101 ssize_t sendall(int sock, const void *buf, size_t len) in sendall() function
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/
Dmain.c135 static ssize_t sendall(int sock, const void *buf, size_t len) in sendall() function
/Zephyr-latest/samples/net/sockets/http_server/src/
Dws.c97 static ssize_t sendall(int sock, const void *buf, size_t len) in sendall() function
/Zephyr-latest/subsys/net/lib/http/
Dhttp_client.c32 static int sendall(int sock, const void *buf, size_t len, in sendall() function