Home
last modified time | relevance | path

Searched refs:coap_layers_coap (Results 1 – 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_layers_internal.h113 extern coap_layer_func_t coap_layers_coap[COAP_PROTO_LAST][COAP_LAYER_LAST];
/third_party/libcoap/src/
Dcoap_layers.c39 coap_layer_func_t coap_layers_coap[COAP_PROTO_LAST][COAP_LAYER_LAST] = { variable
Dcoap_session.c1320 memcpy(&session->sock.lfunc, coap_layers_coap[proto], in coap_session_create_client()
1896 memcpy(&ep->sock.lfunc, coap_layers_coap[proto], sizeof(ep->sock.lfunc)); in coap_new_endpoint()