Home
last modified time | relevance | path

Searched defs:ws_sock (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_ws.c96 int ws_sock; in handle_http1_to_websocket_upgrade() local
/Zephyr-latest/subsys/net/lib/websocket/
Dwebsocket.c408 int websocket_disconnect(int ws_sock) in websocket_disconnect()
652 int websocket_send_msg(int ws_sock, const uint8_t *payload, size_t payload_len, in websocket_send_msg()
937 int websocket_recv_msg(int ws_sock, uint8_t *buf, size_t buf_len, in websocket_recv_msg()
/Zephyr-latest/include/zephyr/net/http/
Dserver.h273 int ws_sock; member