Lines Matching refs:hdr
108 response->hdr->code = COAP_RESPONSE_CODE(205); in hnd_get_resource()
132 response->hdr->code = COAP_RESPONSE_CODE(501); in hnd_put_resource()
138 int type = (request->hdr->type == COAP_MESSAGE_CON) in hnd_put_resource()
183 response = coap_pdu_init(type, code, request->hdr->id, size); in hnd_put_resource()
186 debug("cannot create response for message %d\n", request->hdr->id); in hnd_put_resource()
190 if (request->hdr->token_length) in hnd_put_resource()
191 coap_add_token(response, request->hdr->token_length, request->hdr->token); in hnd_put_resource()
195 request->hdr->id); 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()
441 "%x", request->hdr->id); in hnd_post_rd()
520 response->hdr->code = COAP_RESPONSE_CODE(201); in hnd_post_rd()