Lines Matching full:dlci
180 rfc_cb.port.port[idx - 1].dlci += 1;
181 RFCOMM_TRACE_DEBUG ("RFCOMM MX - DLCI:%d -> %d", i, rfc_cb.port.port[idx - 1].dlci);
326 if (rfc_cb.rfc.rx_frame.dlci == RFCOMM_MX_DLCI)
341 /* The frame was received on the data channel DLCI, verify that DLC exists */
342 if (((p_port = port_find_mcb_dlci_port (p_mcb, rfc_cb.rfc.rx_frame.dlci)) == NULL)
350 rfc_send_dm (p_mcb, rfc_cb.rfc.rx_frame.dlci, rfc_cb.rfc.rx_frame.pf);
355 if ((p_port = port_find_dlci_port (rfc_cb.rfc.rx_frame.dlci)) == NULL)
357 rfc_send_dm (p_mcb, rfc_cb.rfc.rx_frame.dlci, TRUE);
361 p_mcb->port_inx[rfc_cb.rfc.rx_frame.dlci] = p_port->inx;