Searched refs:resp (Results 1 – 2 of 2) sorted by relevance
1148 coap_pdu_t *resp; in coap_wellknown_response() local1158 resp = coap_pdu_init(request->hdr->type == COAP_MESSAGE_CON in coap_wellknown_response()1163 if (!resp) { in coap_wellknown_response()1168 if (!coap_add_token(resp, request->hdr->token_length, request->hdr->token)) { in coap_wellknown_response()1180 resp->hdr->code = COAP_RESPONSE_CODE(400); in coap_wellknown_response()1181 resp->length = sizeof(coap_hdr_t) + resp->hdr->token_length; in coap_wellknown_response()1182 return resp; in coap_wellknown_response()1190 resp->hdr->code = COAP_RESPONSE_CODE(400); in coap_wellknown_response()1191 return resp; in coap_wellknown_response()1204 if (resp->max_size <= (size_t)resp->length + 3) { in coap_wellknown_response()[all …]
46 - P1, P2 if the file includes parent (resp. parent + grandparent)