Home
last modified time | relevance | path

Searched defs:rxbuf (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/src/trace_processor/rpc/
Dhttpd.cc56 base::PagedMemory rxbuf; member
185 char* rxbuf = reinterpret_cast<char*>(client->rxbuf.Get()); in OnDataAvailable() local
212 auto* rxbuf = reinterpret_cast<char*>(client->rxbuf.Get()); in ParseOneHttpRequest() local
/external/libiio/src/examples/
Ddummy-iiostream.c108 static struct iio_buffer *rxbuf; variable
Dad9371-iiostream.c60 static struct iio_buffer *rxbuf = NULL; variable
Dad9361-iiostream.c62 static struct iio_buffer *rxbuf = NULL; variable
/external/iw/
Diw.c39 int rxbuf, int txbuf) in nl_socket_set_buffer_size()
/external/libnl/lib/
Dsocket.c813 int nl_socket_set_buffer_size(struct nl_sock *sk, int rxbuf, int txbuf) in nl_socket_set_buffer_size()
/external/libpcap/
Dpcap-dos.c869 static char rxbuf [ETH_MAX+100]; /* rx-buffer with some margin */ variable