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

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_l2cap_if.c 317 event = rfc_parse_data (p_mcb, &rfc_cb.rfc.rx_frame, p_buf);
326 if (rfc_cb.rfc.rx_frame.dlci == RFCOMM_MX_DLCI)
342 if (((p_port = port_find_mcb_dlci_port (p_mcb, rfc_cb.rfc.rx_frame.dlci)) == NULL)
348 if (( p_mcb->is_initiator && !rfc_cb.rfc.rx_frame.cr)
349 || (!p_mcb->is_initiator && rfc_cb.rfc.rx_frame.cr))
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
    [all...]
rfc_ts_frames.c 249 ** We will use the fact that we reply in the same context so rx_frame can still be used.
254 *p_data++ = rfc_cb.rfc.rx_frame.u.pn.priority;
431 *p_data++ = rfc_cb.rfc.rx_frame.ea |
432 (rfc_cb.rfc.rx_frame.cr << RFCOMM_SHIFT_CR) |
433 rfc_cb.rfc.rx_frame.type;
700 MX_FRAME *p_rx_frame = &rfc_cb.rfc.rx_frame;
rfc_int.h 220 MX_FRAME rx_frame; member in struct:__anon6325
  /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 861 milliseconds