Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/coap_client/src/
Dmain.c27 #define VALID_MESSAGE_ID BIT(31) macro
78 if (messages_needing_response[i] & VALID_MESSAGE_ID) { in get_next_pending_message_id()
79 messages_needing_response[i] &= ~VALID_MESSAGE_ID; in get_next_pending_message_id()
92 if (!(messages_needing_response[i] & VALID_MESSAGE_ID)) { in set_next_pending_message_id()
94 messages_needing_response[i] |= VALID_MESSAGE_ID; in set_next_pending_message_id()