Home
last modified time | relevance | path

Searched refs:COAP_RESPONSE_CODE_BAD_GATEWAY (Results 1 – 4 of 4) sorted by relevance

/third_party/libcoap/include/coap3/
Dpdu.h332 COAP_RESPONSE_CODE_BAD_GATEWAY = COAP_RESPONSE_CODE(502), enumerator
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in140 COAP_RESPONSE_CODE_BAD_GATEWAY 5.02
Dcoap_pdu_setup.txt.in180 COAP_RESPONSE_CODE_BAD_GATEWAY 5.02
/third_party/libcoap/examples/
Dcoap-server.c847 COAP_RESPONSE_CODE_BAD_GATEWAY, in remove_proxy_association()
915 coap_pdu_set_code(response, COAP_RESPONSE_CODE_BAD_GATEWAY); in get_ongoing_proxy_session()