Home
last modified time | relevance | path

Searched refs:coap_new_error_response (Results 1 – 6 of 6) sorted by relevance

/third_party/libcoap/tests/
Dtest_error_response.c42 response = coap_new_error_response(pdu, COAP_RESPONSE_CODE(400), &opts); in t_error_response1()
72 response = coap_new_error_response(pdu, COAP_RESPONSE_CODE(404), &opts); in t_error_response2()
105 response = coap_new_error_response(pdu, code, &opts); in t_error_response3()
144 response = coap_new_error_response(pdu, code, &opts); in t_error_response4()
185 response = coap_new_error_response(pdu, code, &opts); in t_error_response5()
226 response = coap_new_error_response(pdu, code, &opts); in t_error_response6()
268 response = coap_new_error_response(pdu, code, &opts); in t_error_response7()
309 response = coap_new_error_response(pdu, code, &opts); in t_error_response8()
/third_party/libcoap/
Dlibcoap-3.map141 coap_new_error_response;
Dlibcoap-3.sym138 coap_new_error_response
DChangeLog269 * net.c (coap_new_error_response): fixed option size calculation
/third_party/libcoap/include/coap3/
Dcoap_net.h420 coap_pdu_t *coap_new_error_response(const coap_pdu_t *request,
/third_party/libcoap/src/
Dcoap_net.c853 response = coap_new_error_response(request, code, opts); in coap_send_error()
2367 coap_new_error_response(const coap_pdu_t *request, coap_pdu_code_t code, in coap_new_error_response() function
3327 coap_new_error_response(pdu, COAP_RESPONSE_CODE(resp), in handle_request()
3506 response = coap_new_error_response(pdu, COAP_RESPONSE_CODE(400), in check_token_size()
3555 coap_new_error_response(pdu, COAP_RESPONSE_CODE(402), &opt_filter); in coap_dispatch()
3782 coap_new_error_response(pdu, COAP_RESPONSE_CODE(402), &opt_filter); in coap_dispatch()