Searched refs:COAP_INVALID_MID (Results 1 – 15 of 15) sorted by relevance
/third_party/libcoap/src/ |
D | coap_net.c | 779 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 …]
|
D | coap_block.c | 483 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 …]
|
D | coap_session.c | 578 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()
|
D | coap_resource.c | 1030 coap_mid_t mid = COAP_INVALID_MID; 1149 if (COAP_INVALID_MID == mid && obs) {
|
D | coap_oscore.c | 636 if (coap_send_internal(session, empty) != COAP_INVALID_MID) { in coap_oscore_new_pdu_encrypted() 1421 COAP_INVALID_MID) in coap_oscore_decrypt_pdu()
|
D | coap_io.c | 1510 if ((s->last_ping_mid = coap_session_send_ping(s)) == COAP_INVALID_MID)
|
/third_party/libcoap/include/coap3/ |
D | coap_pdu.h | 262 #define COAP_INVALID_MID -1 macro 268 #define COAP_INVALID_TID COAP_INVALID_MID
|
/third_party/libcoap/examples/riot/examples_libcoap_client/ |
D | client-coap.c | 236 if (mid == COAP_INVALID_MID) { in client_coap_init()
|
/third_party/libcoap/examples/lwip/ |
D | client-coap.c | 225 LWIP_ASSERT("Failed to send PDU", mid != COAP_INVALID_MID); in client_coap_init()
|
/third_party/libcoap/man/ |
D | coap_uri.txt.in | 238 if (mid == COAP_INVALID_MID)
|
D | coap_pdu_setup.txt.in | 554 COAP_INVALID_MID on failure. 647 if (coap_send(session, pdu) == COAP_INVALID_MID)
|
D | coap_block.txt.in | 395 if (coap_send(session, pdu) == COAP_INVALID_MID)
|
/third_party/libcoap/examples/ |
D | coap-client.c | 1905 if (coap_send(session, pdu) == COAP_INVALID_MID) { in main() 1986 if (coap_send(session, pdu) == COAP_INVALID_MID) { in main()
|
D | coap-rd.c | 230 if (coap_send(ctx, peer, response) == COAP_INVALID_MID) { in hnd_put_resource()
|
D | coap-server.c | 858 COAP_INVALID_MID) { in remove_proxy_association()
|