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

  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c 191 uint8 *rxbuf; /* Buffer for receiving control packets */ member in struct:dhd_bus
192 uint rxblen; /* Allocated length of rxbuf */
193 uint8 *rxctl; /* Aligned pointer into rxbuf */
228 /* Field to decide if rx of control frames happen in rxbuf or lb-pool */
3099 uint8 *rxbuf; local
    [all...]
  /external/libpcap/
pcap-dos.c 815 static char rxbuf [ETH_MAX+100]; /* rx-buffer with some margin */ variable
825 memcpy (rxbuf, buf, pcap->caplen);
843 return (void*) &rxbuf;
    [all...]

Completed in 139 milliseconds