Home
last modified time | relevance | path

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

/net-tools-3.4.0/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()
/net-tools-3.4.0/libcoap/
Dlibcoap-1.sym55 coap_new_error_response
Dlibcoap-1.map57 coap_new_error_response;
DChangeLog106 * net.c (coap_new_error_response): fixed option size calculation
/net-tools-3.4.0/libcoap/src/
Dnet.c636 response = coap_new_error_response(request, code, opts); in coap_send_error()
1032 coap_new_error_response(coap_pdu_t *request, unsigned char code, in coap_new_error_response() function
1385 coap_new_error_response(node->pdu, COAP_RESPONSE_CODE(404), in handle_request()
1395 response = coap_new_error_response(node->pdu, COAP_RESPONSE_CODE(405), in handle_request()
1492 response = coap_new_error_response(node->pdu, COAP_RESPONSE_CODE(405), in handle_request()
1601 coap_new_error_response(rcvd->pdu, COAP_RESPONSE_CODE(402), opt_filter);
/net-tools-3.4.0/libcoap/include/coap/
Dnet.h243 coap_pdu_t *coap_new_error_response(coap_pdu_t *request,