Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/iot_coap/
A Diotx_coap_config.h6 #define COAP_MSG_MAX_PATH_LEN 128 macro
/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPServer.c35 char path[COAP_MSG_MAX_PATH_LEN] = { 0 }; in CoAPServerPath_2_option()
41 if (COAP_MSG_MAX_PATH_LEN <= strlen(uri)) { in CoAPServerPath_2_option()
A DCoAPResource.c83 if (strlen(path) >= COAP_MSG_MAX_PATH_LEN) { in CoAPResource_create()
A DCoAPMessage.c476 unsigned char path[COAP_MSG_MAX_PATH_LEN] = { 0 }; in CoAPRequestMessage_handle()
484 if ((COAP_MSG_MAX_PATH_LEN - 1) >= in CoAPRequestMessage_handle()
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_coap.c371 char path[COAP_MSG_MAX_PATH_LEN] = { 0 }; in path_2_option()
A Dalcs_client.c211 char path[COAP_MSG_MAX_PATH_LEN] = { 0 }; in CoAPServerPath_2_option()
/AliOS-Things-master/components/linkkit/iot_coap/client/
A Diotx_coap_api.c572 char path[COAP_MSG_MAX_PATH_LEN] = { 0 }; in iotx_split_path_2_option()

Completed in 11 milliseconds