Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_net.c2612 enum respond_t { RESPONSE_DEFAULT, RESPONSE_DROP, RESPONSE_SEND }; enumerator
2693 return RESPONSE_DROP; in no_response()
2705 return RESPONSE_DROP; in no_response()
2710 return RESPONSE_DROP; in no_response()
2714 return RESPONSE_DROP; in no_response()
2718 return RESPONSE_DROP; in no_response()
2725 return RESPONSE_DROP; in no_response()
2736 return RESPONSE_DROP; in no_response()
2740 return RESPONSE_DROP; in no_response()
3210 if (respond != RESPONSE_DROP) { in handle_request()