Home
last modified time | relevance | path

Searched refs:resp (Results 1 – 2 of 2) sorted by relevance

/net-tools-3.7.0/libcoap/src/
Dnet.c1148 coap_pdu_t *resp; in coap_wellknown_response() local
1158 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 …]
/net-tools-3.7.0/mbedtls-2.4.0/tests/data_files/
DReadme-x509.txt46 - P1, P2 if the file includes parent (resp. parent + grandparent)