Home
last modified time | relevance | path

Searched refs:l_write (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/src/
Dcoap_ws.c256 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()
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()
847 session->sock.lfunc[COAP_LAYER_WS].l_write(session, (uint8_t *)buf, in coap_ws_establish()
891 ret = session->sock.lfunc[COAP_LAYER_WS].l_write(session, ws_header, hdr_len+2); in coap_ws_close()
Dcoap_mbedtls.c236 result = (int)c_session->sock.lfunc[COAP_LAYER_TLS].l_write(c_session, in coap_dgram_write()
1433 ret = c_session->sock.lfunc[COAP_LAYER_TLS].l_write(c_session,
Dcoap_gnutls.c1942 result = c_session->sock.lfunc[COAP_LAYER_TLS].l_write(c_session, in coap_dgram_write()
2617 ret = (int)c_session->sock.lfunc[COAP_LAYER_TLS].l_write(c_session, in, inl); in coap_sock_write()
Dcoap_tinydtls.c305 return (int)coap_session->sock.lfunc[COAP_LAYER_TLS].l_write(coap_session, in dtls_send_to_peer()
Dcoap_net.c796 bytes_written = session->sock.lfunc[COAP_LAYER_SESSION].l_write(session, in coap_session_send_pdu()
1768 bytes_written = session->sock.lfunc[COAP_LAYER_SESSION].l_write(session, in coap_write_session()
Dcoap_openssl.c382 ret = (int)data->session->sock.lfunc[COAP_LAYER_TLS].l_write(data->session, in coap_dgram_write()
755 ret = (int)session->sock.lfunc[COAP_LAYER_TLS].l_write(session, in coap_sock_write()
/third_party/libcoap/include/coap3/
Dcoap_layers_internal.h108 coap_layer_write_t l_write; /* Output data to next layer */ member