Home
last modified time | relevance | path

Searched refs:COAP_INVALID_MID (Results 1 – 10 of 10) sorted by relevance

/third_party/libcoap/include/coap3/
Dpdu.h241 #define COAP_INVALID_MID -1 macro
247 #define COAP_INVALID_TID COAP_INVALID_MID
/third_party/libcoap/src/
Dnet.c754 coap_mid_t result = COAP_INVALID_MID; in coap_send_ack()
907 coap_mid_t result = COAP_INVALID_MID; in coap_send_error()
923 coap_mid_t result = COAP_INVALID_MID; in coap_send_message_type()
1058 coap_mid_t mid = COAP_INVALID_MID; in coap_send()
1121 return COAP_INVALID_MID; in coap_send()
1143 if (mid != COAP_INVALID_MID) { in coap_send()
1333 return COAP_INVALID_MID; in coap_send_internal()
1339 return COAP_INVALID_MID; in coap_retransmit()
1416 return COAP_INVALID_MID; in coap_retransmit()
2718 if (coap_send_internal(session, response) == COAP_INVALID_MID) in handle_request()
[all …]
Dcoap_session.c159 session->last_ping_mid = COAP_INVALID_MID; in coap_make_session()
337 return COAP_INVALID_MID; in coap_session_delay_pdu()
342 return COAP_INVALID_MID; in coap_session_delay_pdu()
392 return COAP_INVALID_MID; in coap_session_send_ping()
403 return COAP_INVALID_MID; in coap_session_send_ping()
Dblock.c323 if (mid != COAP_INVALID_MID) in coap_cancel_observe()
1531 if (coap_send_internal(session, pdu) == COAP_INVALID_MID) in coap_handle_response_send_block()
1723 if (coap_send_internal(session, pdu) == COAP_INVALID_MID) in coap_handle_response_get_block()
1800 if (coap_send_internal(session, pdu) == COAP_INVALID_MID) in coap_handle_response_get_block()
Dresource.c889 coap_mid_t mid = COAP_INVALID_MID;
973 if (COAP_INVALID_MID == mid) {
Dcoap_io.c1243 || ((s->last_ping_mid = coap_session_send_ping(s)) == COAP_INVALID_MID))
/third_party/libcoap/man/
Dcoap_pdu_setup.txt.in403 COAP_INVALID_MID on failure.
491 if (coap_send(session, pdu) == COAP_INVALID_MID)
Dcoap_block.txt.in273 if (coap_send(session, pdu) == COAP_INVALID_MID)
/third_party/libcoap/examples/
Dcoap-rd.c211 if (coap_send(ctx, peer, response) == COAP_INVALID_MID) { in hnd_put_resource()
Dcoap-server.c863 COAP_INVALID_MID) { in remove_proxy_association()