Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_net.c995 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 …]
Dcoap_pdu.c184 uint8_t doing_first = session->doing_first; in coap_pdu_duplicate() local
193 session->doing_first = 0; in coap_pdu_duplicate()
199 session->doing_first = doing_first; in coap_pdu_duplicate()
Dcoap_session.c896 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()
/third_party/libcoap/include/coap3/
Dcoap_session_internal.h182 uint8_t doing_first; /**< Set if doing client's first request */ member