Home
last modified time | relevance | path

Searched refs:COAP_RESPONSE_CODE (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dpdu.h132 #define COAP_RESPONSE_CODE(N) (((N)/100 << 5) | (N)%100) macro
162 #define COAP_RESPONSE_200 COAP_RESPONSE_CODE(200) /* 2.00 OK */
163 #define COAP_RESPONSE_201 COAP_RESPONSE_CODE(201) /* 2.01 Created */
164 #define COAP_RESPONSE_304 COAP_RESPONSE_CODE(203) /* 2.03 Valid */
165 #define COAP_RESPONSE_400 COAP_RESPONSE_CODE(400) /* 4.00 Bad Request */
166 #define COAP_RESPONSE_404 COAP_RESPONSE_CODE(404) /* 4.04 Not Found */
167 #define COAP_RESPONSE_405 COAP_RESPONSE_CODE(405) /* 4.05 Method Not Allowed */
168 #define COAP_RESPONSE_415 COAP_RESPONSE_CODE(415) /* 4.15 Unsupported Media Type */
169 #define COAP_RESPONSE_500 COAP_RESPONSE_CODE(500) /* 5.00 Internal Server Error */
170 #define COAP_RESPONSE_501 COAP_RESPONSE_CODE(50
[all...]

Completed in 1 milliseconds