Searched refs:websocket_send_msg (Results 1 – 4 of 4) sorted by relevance
/subsys/net/lib/mqtt/ |
A D | mqtt_transport_websocket.c | 96 ret = websocket_send_msg(client->transport.websocket.sock, in mqtt_client_websocket_write() 125 ret = websocket_send_msg(client->transport.websocket.sock, in mqtt_client_websocket_write_msg()
|
/subsys/net/lib/ocpp/ |
A D | ocpp_wamp_rpc.c | 47 ret = websocket_send_msg(sock, snd->msg, snd->msg_len, in ocpp_send_to_server()
|
A D | ocpp.c | 537 websocket_send_msg(ctx->ui.wssock, NULL, 0, in ocpp_wsreader()
|
/subsys/net/lib/websocket/ |
A D | websocket.c | 426 ret = websocket_send_msg(ctx->sock, NULL, 0, WEBSOCKET_OPCODE_CLOSE, in websocket_interal_disconnect() 655 int websocket_send_msg(int ws_sock, const uint8_t *payload, size_t payload_len, in websocket_send_msg() function 1078 ret = websocket_send_msg(ctx->sock, buf, buf_len, WEBSOCKET_OPCODE_DATA_TEXT, in websocket_send()
|
Completed in 25 milliseconds