Searched refs:coap_layers_coap (Results 1 – 3 of 3) sorted by relevance
113 extern coap_layer_func_t coap_layers_coap[COAP_PROTO_LAST][COAP_LAYER_LAST];
39 coap_layer_func_t coap_layers_coap[COAP_PROTO_LAST][COAP_LAYER_LAST] = { variable
1320 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()