Home
last modified time | relevance | path

Searched refs:COAP_DEFAULT_HOST_LEN (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/iot_coap/client/
A DCloud_CoAPExport.c20 #define COAP_DEFAULT_HOST_LEN 128 macro
25 char host[COAP_DEFAULT_HOST_LEN], in Cloud_CoAPUri_parse() argument
92 if (COAP_DEFAULT_HOST_LEN - 1 < (q - p)) { in Cloud_CoAPUri_parse()
95 memset(host, 0x00, COAP_DEFAULT_HOST_LEN); in Cloud_CoAPUri_parse()
131 char host[COAP_DEFAULT_HOST_LEN] = { 0 }; in Cloud_CoAPContext_create()
/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPExport.c27 #define COAP_DEFAULT_HOST_LEN 128 macro

Completed in 3 milliseconds