Searched defs:sendall (Results 1 – 8 of 8) sorted by relevance
| /Zephyr-latest/samples/drivers/video/tcpserversink/src/ |
| D | main.c | 22 static ssize_t sendall(int sock, const void *buf, size_t len) in sendall() function
|
| /Zephyr-latest/samples/net/sockets/echo_client/src/ |
| D | tcp.c | 35 static ssize_t sendall(int sock, const void *buf, size_t len) in sendall() function
|
| /Zephyr-latest/subsys/net/lib/zperf/ |
| D | zperf_tcp_uploader.c | 23 static ssize_t sendall(int sock, const void *buf, size_t len) in sendall() function
|
| /Zephyr-latest/samples/net/sockets/echo_server/src/ |
| D | tcp.c | 52 static ssize_t sendall(int sock, const void *buf, size_t len) in sendall() function
|
| /Zephyr-latest/samples/net/sockets/big_http_download/src/ |
| D | big_http_download.c | 101 ssize_t sendall(int sock, const void *buf, size_t len) in sendall() function
|
| /Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/ |
| D | main.c | 135 static ssize_t sendall(int sock, const void *buf, size_t len) in sendall() function
|
| /Zephyr-latest/samples/net/sockets/http_server/src/ |
| D | ws.c | 97 static ssize_t sendall(int sock, const void *buf, size_t len) in sendall() function
|
| /Zephyr-latest/subsys/net/lib/http/ |
| D | http_client.c | 33 static int sendall(int sock, const void *buf, size_t len, in sendall() function
|