HomeSort by relevance Sort by last modified time
    Searched defs:rx_len (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
pcap-dos.c 227 int rx_len = 0; local
258 rx_len = (*dev->peek_rx_buf) (&rx_buf);
263 rx_len = (*dev->copy_rx_buf) (buf, p->snapshot);
267 if (rx_len > 0) /* got a packet */
273 pcap.caplen = min (rx_len, p->snapshot);
274 pcap.len = rx_len;
320 if (rx_len < 0) /* receive error */
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 1946 UINT8 rx_len; member in struct:__anon6093
    [all...]

Completed in 150 milliseconds