Lines Matching refs:code
108 response->hdr->code = COAP_RESPONSE_CODE(205); in hnd_get_resource()
132 response->hdr->code = COAP_RESPONSE_CODE(501); in hnd_put_resource()
141 unsigned char code; /* result code */ in hnd_put_resource()
157 code = COAP_RESPONSE_CODE(503); in hnd_put_resource()
173 code = COAP_RESPONSE_CODE(204); in hnd_put_resource()
178 code = COAP_RESPONSE_CODE(503); in hnd_put_resource()
183 response = coap_pdu_init(type, code, request->hdr->id, size); in hnd_put_resource()
220 response->hdr->code = COAP_RESPONSE_CODE(202); in hnd_delete_resource()
233 response->hdr->code = COAP_RESPONSE_CODE(205); in hnd_get_rd()
406 response->hdr->code = COAP_RESPONSE_CODE(500); in hnd_post_rd()
520 response->hdr->code = COAP_RESPONSE_CODE(201); in hnd_post_rd()