Home
last modified time | relevance | path

Searched refs:COAP_MSG_MAX_OPTION_NUM (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/
A DCoAPMessage_common.c42 if (COAP_MSG_MAX_OPTION_NUM <= message->optcount) { in CoAPStrOption_add()
86 if (COAP_MSG_MAX_OPTION_NUM <= message->optcount) { in CoAPUintOption_add()
278 for (count = 0; count < COAP_MSG_MAX_OPTION_NUM; count++) { in CoAPMessage_init()
294 for (count = 0; count < COAP_MSG_MAX_OPTION_NUM; count++) { in CoAPMessage_destory()
A DCoAPDeserialize_common.c108 while (left > 0 && (0xFF != *ptr) && index < COAP_MSG_MAX_OPTION_NUM) { in CoAPDeserialize_Options()
/AliOS-Things-master/components/linkkit/iot_coap/
A Diotx_coap_config.h5 #define COAP_MSG_MAX_OPTION_NUM 12 macro
A Diotx_coap_internal.h210 CoAPMsgOption options[COAP_MSG_MAX_OPTION_NUM];

Completed in 5 milliseconds