Home
last modified time | relevance | path

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

/third_party/libcoap/src/
H A Dcoap_net.c995 if (session->type == COAP_SESSION_TYPE_CLIENT && session->doing_first) { in coap_client_delay_first()
1006 * continuing.. Response handler has to clear doing_first if not an error. 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 in handle_response()
[all...]
H A 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()
H A Dcoap_session.c744 * Delay if session->doing_first is set. in coap_session_max_pdu_size()
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()
/third_party/libcoap/include/coap3/
H A Dcoap_session_internal.h182 uint8_t doing_first; /**< Set if doing client's first request */ member

Completed in 17 milliseconds