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

  /system/core/libnl_2/
socket.c 110 int nl_socket_set_buffer_size(struct nl_sock *sk, int rxbuf, int txbuf)
113 &rxbuf, (socklen_t) sizeof(rxbuf)))
  /external/grub/netboot/
rtl8139.c 91 RxBuf=0x30, RxEarlyCnt=0x34, RxEarlyStatus=0x36,
319 outl((unsigned long)rx_ring, ioaddr + RxBuf);
  /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 65 milliseconds