• Home
  • Raw
  • Download

Lines Matching refs:coap_pdu_set_code

270   coap_pdu_set_code(response, COAP_RESPONSE_CODE_CONTENT);  in hnd_get_index()
315 coap_pdu_set_code(response, COAP_RESPONSE_CODE_NOT_FOUND); in hnd_get_fetch_time()
321 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CONTENT); in hnd_get_fetch_time()
328 coap_pdu_set_code(response, COAP_RESPONSE_CODE_NOT_FOUND); in hnd_get_fetch_time()
348 coap_pdu_set_code(response, my_clock_base ? COAP_RESPONSE_CODE_CHANGED : in hnd_put_time()
368 coap_pdu_set_code(response, COAP_RESPONSE_CODE_BAD_REQUEST); in hnd_put_time()
430 coap_pdu_set_code(response, COAP_RESPONSE_CODE_BAD_REQUEST); in hnd_get_async()
438 coap_pdu_set_code(response, COAP_RESPONSE_CODE_SERVICE_UNAVAILABLE); in hnd_get_async()
453 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CONTENT); in hnd_get_async()
487 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CONTENT); in hnd_get_example_data()
563 coap_pdu_set_code(response, COAP_RESPONSE_CODE_INTERNAL_ERROR); in hnd_put_example_data()
581 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CONTINUE); in hnd_put_example_data()
594 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CHANGED); in hnd_put_example_data()
599 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CREATED); in hnd_put_example_data()
603 coap_pdu_set_code(response, COAP_RESPONSE_CODE_INTERNAL_ERROR); in hnd_put_example_data()
794 coap_pdu_set_code(response, COAP_RESPONSE_CODE_INTERNAL_ERROR); in get_proxy_session()
802 coap_pdu_set_code(response, COAP_RESPONSE_CODE_INTERNAL_ERROR); in get_proxy_session()
812 coap_pdu_set_code(response, COAP_RESPONSE_CODE_INTERNAL_ERROR); in get_proxy_session()
918 coap_pdu_set_code(response, COAP_RESPONSE_CODE_BAD_GATEWAY); in get_ongoing_proxy_session()
965 coap_pdu_set_code(response, COAP_RESPONSE_CODE_PROXYING_NOT_SUPPORTED); in get_ongoing_proxy_session()
1012 coap_pdu_set_code(response, in hnd_proxy_uri()
1031 coap_pdu_set_code(response, in hnd_proxy_uri()
1038 coap_pdu_set_code(response, COAP_RESPONSE_CODE_NOT_FOUND); in hnd_proxy_uri()
1044 coap_pdu_set_code(response, COAP_RESPONSE_CODE_PROXYING_NOT_SUPPORTED); in hnd_proxy_uri()
1049 coap_pdu_set_code(response, COAP_RESPONSE_CODE_PROXYING_NOT_SUPPORTED); in hnd_proxy_uri()
1089 coap_pdu_set_code(response, COAP_RESPONSE_CODE_INTERNAL_ERROR); in hnd_proxy_uri()
1095 coap_pdu_set_code(response, COAP_RESPONSE_CODE_INTERNAL_ERROR); in hnd_proxy_uri()
1210 coap_pdu_set_code(response, COAP_RESPONSE_CODE_NOT_FOUND); in hnd_delete()
1232 coap_pdu_set_code(response, COAP_RESPONSE_CODE_DELETED); in hnd_delete()
1258 coap_pdu_set_code(response, COAP_RESPONSE_CODE_NOT_FOUND); in hnd_get()
1268 coap_pdu_set_code(response, COAP_RESPONSE_CODE_NOT_FOUND); in hnd_get()
1274 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CONTENT); in hnd_get()
1310 coap_pdu_set_code(response, COAP_RESPONSE_CODE_NOT_FOUND); in hnd_put_post()
1325 coap_pdu_set_code(response, COAP_RESPONSE_CODE_NOT_ACCEPTABLE); in hnd_put_post()
1358 coap_pdu_set_code(response, COAP_RESPONSE_CODE_INTERNAL_ERROR); in hnd_put_post()
1407 coap_pdu_set_code(response, COAP_RESPONSE_CODE_INTERNAL_ERROR); in hnd_put_post()
1439 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CONTINUE); in hnd_put_post()
1454 coap_pdu_set_code(response, COAP_RESPONSE_CODE_INTERNAL_ERROR); in hnd_put_post()
1463 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CREATED); in hnd_put_post()
1487 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CHANGED); in hnd_put_post()
1504 coap_pdu_set_code(response, COAP_RESPONSE_CODE_INTERNAL_ERROR); in hnd_put_post()
1523 coap_pdu_set_code(response, COAP_RESPONSE_CODE_NOT_ACCEPTABLE); in hnd_put_post_unknown()
1530 coap_pdu_set_code(response, COAP_RESPONSE_CODE_NOT_FOUND); in hnd_put_post_unknown()