Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_net.c779 coap_mid_t result = COAP_INVALID_MID; in coap_send_ack()
848 coap_mid_t result = COAP_INVALID_MID; in coap_send_error()
864 coap_mid_t result = COAP_INVALID_MID; in coap_send_message_type()
959 coap_mid_t mid = COAP_INVALID_MID; in coap_send_test_extended_token()
969 return COAP_INVALID_MID; in coap_send_test_extended_token()
974 return COAP_INVALID_MID; in coap_send_test_extended_token()
985 if ((mid = coap_send_internal(session, pdu)) == COAP_INVALID_MID) in coap_send_test_extended_token()
986 return COAP_INVALID_MID; in coap_send_test_extended_token()
1040 coap_mid_t mid = COAP_INVALID_MID; in coap_send()
1058 return COAP_INVALID_MID; in coap_send()
[all …]
Dcoap_block.c483 if (mid != COAP_INVALID_MID) in coap_cancel_observe()
543 return COAP_INVALID_MID; in coap_retransmit_oscore_pdu()
1645 coap_mid_t mid = COAP_INVALID_MID; in coap_send_q_blocks()
1656 return COAP_INVALID_MID; in coap_send_q_blocks()
1699 (mid = coap_send_internal(session, pdu)) == COAP_INVALID_MID) { in coap_send_q_blocks()
1702 return COAP_INVALID_MID; in coap_send_q_blocks()
1763 if (mid == COAP_INVALID_MID) { in coap_send_q_blocks()
1766 return COAP_INVALID_MID; in coap_send_q_blocks()
2009 return COAP_INVALID_MID; in coap_block_test_q_block()
2021 if (mid == COAP_INVALID_MID) in coap_block_test_q_block()
[all …]
Dcoap_session.c578 session->last_ping_mid = COAP_INVALID_MID; in coap_make_session()
579 session->last_ack_mid = COAP_INVALID_MID; in coap_make_session()
580 session->last_con_mid = COAP_INVALID_MID; in coap_make_session()
798 return COAP_INVALID_MID; in coap_session_delay_pdu()
804 return COAP_INVALID_MID; in coap_session_delay_pdu()
874 return COAP_INVALID_MID; in coap_session_send_ping()
885 return COAP_INVALID_MID; in coap_session_send_ping()
Dcoap_resource.c1030 coap_mid_t mid = COAP_INVALID_MID;
1149 if (COAP_INVALID_MID == mid && obs) {
Dcoap_oscore.c636 if (coap_send_internal(session, empty) != COAP_INVALID_MID) { in coap_oscore_new_pdu_encrypted()
1421 COAP_INVALID_MID) in coap_oscore_decrypt_pdu()
Dcoap_io.c1510 if ((s->last_ping_mid = coap_session_send_ping(s)) == COAP_INVALID_MID)
/third_party/libcoap/include/coap3/
Dcoap_pdu.h262 #define COAP_INVALID_MID -1 macro
268 #define COAP_INVALID_TID COAP_INVALID_MID
/third_party/libcoap/examples/riot/examples_libcoap_client/
Dclient-coap.c236 if (mid == COAP_INVALID_MID) { in client_coap_init()
/third_party/libcoap/examples/lwip/
Dclient-coap.c225 LWIP_ASSERT("Failed to send PDU", mid != COAP_INVALID_MID); in client_coap_init()
/third_party/libcoap/man/
Dcoap_uri.txt.in238 if (mid == COAP_INVALID_MID)
Dcoap_pdu_setup.txt.in554 COAP_INVALID_MID on failure.
647 if (coap_send(session, pdu) == COAP_INVALID_MID)
Dcoap_block.txt.in395 if (coap_send(session, pdu) == COAP_INVALID_MID)
/third_party/libcoap/examples/
Dcoap-client.c1905 if (coap_send(session, pdu) == COAP_INVALID_MID) { in main()
1986 if (coap_send(session, pdu) == COAP_INVALID_MID) { in main()
Dcoap-rd.c230 if (coap_send(ctx, peer, response) == COAP_INVALID_MID) { in hnd_put_resource()
Dcoap-server.c858 COAP_INVALID_MID) { in remove_proxy_association()