Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_net_internal.h415 int coap_client_delay_first(coap_session_t *session);
/third_party/libcoap/src/
Dcoap_net.c993 coap_client_delay_first(coap_session_t *session) { in coap_client_delay_first() function
1065 if (!coap_client_delay_first(session)) { in coap_send()
1090 if (!coap_client_delay_first(session)) { in coap_send()
1189 if (!coap_client_delay_first(session)) { in coap_send()
Dcoap_session.c754 if (coap_client_delay_first(session_rw) == 0) { in coap_session_max_pdu_size()
Dcoap_block.c1004 if (coap_client_delay_first(session) == 0) { in coap_add_data_large_request()