Searched refs:COAP_INVALID_MID (Results 1 – 10 of 10) sorted by relevance
241 #define COAP_INVALID_MID -1 macro247 #define COAP_INVALID_TID COAP_INVALID_MID
754 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 …]
159 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()
323 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()
889 coap_mid_t mid = COAP_INVALID_MID;973 if (COAP_INVALID_MID == mid) {
1243 || ((s->last_ping_mid = coap_session_send_ping(s)) == COAP_INVALID_MID))
403 COAP_INVALID_MID on failure.491 if (coap_send(session, pdu) == COAP_INVALID_MID)
273 if (coap_send(session, pdu) == COAP_INVALID_MID)
211 if (coap_send(ctx, peer, response) == COAP_INVALID_MID) { in hnd_put_resource()
863 COAP_INVALID_MID) { in remove_proxy_association()