Searched refs:coap_new_error_response (Results 1 – 6 of 6) sorted by relevance
/third_party/libcoap/tests/ |
D | test_error_response.c | 42 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/ |
D | libcoap-3.map | 141 coap_new_error_response;
|
D | libcoap-3.sym | 138 coap_new_error_response
|
D | ChangeLog | 269 * net.c (coap_new_error_response): fixed option size calculation
|
/third_party/libcoap/include/coap3/ |
D | coap_net.h | 420 coap_pdu_t *coap_new_error_response(const coap_pdu_t *request,
|
/third_party/libcoap/src/ |
D | coap_net.c | 853 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()
|