Searched refs:coap_response_phrase (Results 1 – 6 of 6) sorted by relevance
112 char *coap_response_phrase(unsigned char code);117 #define coap_response_phrase(x) ((char *)NULL) macro
92 coap_response_phrase
94 coap_response_phrase;
217 strlen(coap_response_phrase(response->hdr->code)), in hnd_get_resource()218 (unsigned char *)coap_response_phrase(response->hdr->code)); in hnd_get_resource()
306 coap_response_phrase(unsigned char code) { in coap_response_phrase() function
1042 char *phrase = coap_response_phrase(code); in coap_new_error_response()