HomeSort by relevance Sort by last modified time
    Searched refs:rx_frame (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/rfcomm/
rfc_l2cap_if.c 320 event = rfc_parse_data (p_mcb, &rfc_cb.rfc.rx_frame, p_buf);
329 if (rfc_cb.rfc.rx_frame.dlci == RFCOMM_MX_DLCI)
345 if (((p_port = port_find_mcb_dlci_port (p_mcb, rfc_cb.rfc.rx_frame.dlci)) == NULL)
351 if (( p_mcb->is_initiator && !rfc_cb.rfc.rx_frame.cr)
352 || (!p_mcb->is_initiator && rfc_cb.rfc.rx_frame.cr))
353 rfc_send_dm (p_mcb, rfc_cb.rfc.rx_frame.dlci, rfc_cb.rfc.rx_frame.pf);
358 if ((p_port = port_find_dlci_port (rfc_cb.rfc.rx_frame.dlci)) == NULL)
360 rfc_send_dm (p_mcb, rfc_cb.rfc.rx_frame.dlci, TRUE);
364 p_mcb->port_inx[rfc_cb.rfc.rx_frame.dlci] = p_port->inx
    [all...]
rfc_ts_frames.c 235 ** We will use the fact that we reply in the same context so rx_frame can still be used.
240 *p_data++ = rfc_cb.rfc.rx_frame.u.pn.priority;
402 *p_data++ = rfc_cb.rfc.rx_frame.ea |
403 (rfc_cb.rfc.rx_frame.cr << RFCOMM_SHIFT_CR) |
404 rfc_cb.rfc.rx_frame.type;
668 MX_FRAME *p_rx_frame = &rfc_cb.rfc.rx_frame;
rfc_int.h 218 MX_FRAME rx_frame; member in struct:__anon74386
  /external/iproute2/ip/
tunnel.c 207 rx_fifo, rx_frame, local
213 &rx_fifo, &rx_frame, &rx_multi,
221 rx_packets, rx_bytes, rx_errs, rx_frame, rx_fifo, rx_multi, _SL_);

Completed in 877 milliseconds