Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dnet.c2362 enum respond_t { RESPONSE_DEFAULT, RESPONSE_DROP, RESPONSE_SEND }; enumerator
2442 return RESPONSE_DROP; in no_response()
2454 return RESPONSE_DROP; in no_response()
2465 return RESPONSE_DROP; in no_response()
2468 return RESPONSE_DROP; in no_response()
2716 if (response && (no_response(pdu, response, session) != RESPONSE_DROP)) { in handle_request()
2822 if (respond != RESPONSE_DROP) { in handle_request()
2871 if (response && (no_response(pdu, response, session) != RESPONSE_DROP)) { in handle_request()