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

  /system/bt/stack/rfcomm/
rfc_l2cap_if.c 319 event = rfc_parse_data (p_mcb, &rfc_cb.rfc.rx_frame, p_buf);
328 if (rfc_cb.rfc.rx_frame.dlci == RFCOMM_MX_DLCI)
344 if (((p_port = port_find_mcb_dlci_port (p_mcb, rfc_cb.rfc.rx_frame.dlci)) == NULL)
350 if (( p_mcb->is_initiator && !rfc_cb.rfc.rx_frame.cr)
351 || (!p_mcb->is_initiator && rfc_cb.rfc.rx_frame.cr))
352 rfc_send_dm (p_mcb, rfc_cb.rfc.rx_frame.dlci, rfc_cb.rfc.rx_frame.pf);
357 if ((p_port = port_find_dlci_port (rfc_cb.rfc.rx_frame.dlci)) == NULL)
359 rfc_send_dm (p_mcb, rfc_cb.rfc.rx_frame.dlci, TRUE);
363 p_mcb->port_inx[rfc_cb.rfc.rx_frame.dlci] = p_port->inx
    [all...]
rfc_ts_frames.c 253 ** We will use the fact that we reply in the same context so rx_frame can still be used.
258 *p_data++ = rfc_cb.rfc.rx_frame.u.pn.priority;
435 *p_data++ = rfc_cb.rfc.rx_frame.ea |
436 (rfc_cb.rfc.rx_frame.cr << RFCOMM_SHIFT_CR) |
437 rfc_cb.rfc.rx_frame.type;
704 MX_FRAME *p_rx_frame = &rfc_cb.rfc.rx_frame;
rfc_int.h 220 MX_FRAME rx_frame; member in struct:__anon69771
  /external/iproute2/ip/
ip6tunnel.c 284 rx_fifo, rx_frame, local
298 &rx_fifo, &rx_frame, &rx_multi,
329 rx_packets, rx_bytes, rx_errs, rx_frame, rx_fifo, rx_multi, _SL_);
iptunnel.c 398 rx_fifo, rx_frame, local
430 &rx_fifo, &rx_frame, &rx_multi,
460 rx_packets, rx_bytes, rx_errs, rx_frame, rx_fifo, rx_multi, _SL_);

Completed in 237 milliseconds