Searched refs:doing_first (Results 1 – 4 of 4) sorted by relevance
995 if (session->type == COAP_SESSION_TYPE_CLIENT && session->doing_first) { in coap_client_delay_first()1009 while (session->doing_first != 0) { in coap_client_delay_first()1013 session->doing_first = 0; in coap_client_delay_first()1021 if (session->doing_first == 1) { in coap_client_delay_first()1025 session->doing_first = 0; in coap_client_delay_first()1089 session->doing_first = 1; in coap_send()1119 session->doing_first = 1; in coap_send()1188 session->doing_first = 1; in coap_send()3376 session->doing_first = 0; in handle_response()3397 session->doing_first = 0; in handle_response()[all …]
184 uint8_t doing_first = session->doing_first; in coap_pdu_duplicate() local193 session->doing_first = 0; in coap_pdu_duplicate()199 session->doing_first = doing_first; in coap_pdu_duplicate()
896 if (session->doing_first) in coap_session_connected()897 session->doing_first = 0; in coap_session_connected()1090 if (session->doing_first) in coap_session_disconnected()1091 session->doing_first = 0; in coap_session_disconnected()1393 session->doing_first = 1; in coap_session_check_connect()
182 uint8_t doing_first; /**< Set if doing client's first request */ member