Searched refs:echo_state (Results 1 – 2 of 2) sorted by relevance
39 enum echo_state { enum91 enum echo_state echo_state_machine;
482 static bool needs_new_piv(enum o_coap_msg msg_type, enum echo_state echo_state) in needs_new_piv() argument491 return ((COAP_MSG_RESPONSE != msg_type) || (ECHO_VERIFY == echo_state)); in needs_new_piv()