Searched refs:websocket_send (Results 1 – 1 of 1) sorted by relevance
1067 static int websocket_send(struct websocket_context *ctx, const uint8_t *buf, in websocket_send() function1127 return (ssize_t)websocket_send(obj, buffer, count, SYS_FOREVER_MS); in websocket_write_vmeth()1145 return (ssize_t)websocket_send(ctx, buf, len, timeout); in websocket_sendto_ctx()