Home | History | Annotate | Download | only in rfcomm

Lines Matching full:dlci

178                     rfc_cb.port.port[idx - 1].dlci += 1;
179 RFCOMM_TRACE_DEBUG2 ("RFCOMM MX - DLCI:%d -> %d", i, rfc_cb.port.port[idx - 1].dlci);
323 if (rfc_cb.rfc.rx_frame.dlci == RFCOMM_MX_DLCI)
338 /* The frame was received on the data channel DLCI, verify that DLC exists */
339 if (((p_port = port_find_mcb_dlci_port (p_mcb, rfc_cb.rfc.rx_frame.dlci)) == NULL)
347 rfc_send_dm (p_mcb, rfc_cb.rfc.rx_frame.dlci, rfc_cb.rfc.rx_frame.pf);
352 if ((p_port = port_find_dlci_port (rfc_cb.rfc.rx_frame.dlci)) == NULL)
354 rfc_send_dm (p_mcb, rfc_cb.rfc.rx_frame.dlci, TRUE);
358 p_mcb->port_inx[rfc_cb.rfc.rx_frame.dlci] = p_port->inx;