Lines Matching defs:mid
586 /* TCP/TLS have no notion of mid */
793 /* Check same mid is not getting re-used in violation of RFC7252 */
795 if (q->id == pdu->mid) {
796 coap_log_err("** %s: mid=0x%04x: already in-use - dropped\n",
797 coap_session_str(session), pdu->mid);
805 node->id = pdu->mid;
815 coap_log_debug("** %s: mid=0x%04x: delayed\n",
876 uint16_t mid = coap_new_message_id(session);
877 ping = coap_pdu_init(COAP_MESSAGE_CON, 0, mid, 0);
924 coap_log_debug("** %s: mid=0x%04x: transmitted after delay\n",
925 coap_session_str(session), (int)q->pdu->mid);
1012 session->lg_crcv->pdu.mid);
1048 coap_log_debug("** %s: mid=0x%04x: not transmitted after disconnect\n",
1729 /* TCP/TLS have no notion of mid */