Searched refs:COAP_LAYER_WS (Results 1 - 2 of 2) sorted by relevance
/third_party/libcoap/src/ |
H A D | coap_ws.c | 256 ret = session->sock.lfunc[COAP_LAYER_WS].l_write(session, ws_header, hdr_len); in coap_ws_write() 271 ret = session->sock.lfunc[COAP_LAYER_WS].l_write(session, wdata, datalen); in coap_ws_write() 274 ret = session->sock.lfunc[COAP_LAYER_WS].l_write(session, data, datalen); in coap_ws_write() 508 bytes = session->sock.lfunc[COAP_LAYER_WS].l_read(session, in coap_ws_rd_http_header() 602 session->sock.lfunc[COAP_LAYER_WS].l_write(session, (uint8_t *)buf, in coap_ws_read() 620 session->sock.lfunc[COAP_LAYER_WS].l_write(session, (uint8_t *)buf, in coap_ws_read() 630 session->sock.lfunc[COAP_LAYER_WS].l_establish(session); in coap_ws_read() 637 ret = session->sock.lfunc[COAP_LAYER_WS].l_read(session, in coap_ws_read() 764 ret = session->sock.lfunc[COAP_LAYER_WS].l_read(session, in coap_ws_read() 847 session->sock.lfunc[COAP_LAYER_WS] in coap_ws_establish() [all...] |
/third_party/libcoap/include/coap3/ |
H A D | coap_layers_internal.h | 24 COAP_LAYER_WS, enumerator
|
Completed in 2 milliseconds