Searched defs:rxbuf (Results 1 – 7 of 7) sorted by relevance
56 base::PagedMemory rxbuf; member185 char* rxbuf = reinterpret_cast<char*>(client->rxbuf.Get()); in OnDataAvailable() local212 auto* rxbuf = reinterpret_cast<char*>(client->rxbuf.Get()); in ParseOneHttpRequest() local
108 static struct iio_buffer *rxbuf; variable
60 static struct iio_buffer *rxbuf = NULL; variable
62 static struct iio_buffer *rxbuf = NULL; variable
39 int rxbuf, int txbuf) in nl_socket_set_buffer_size()
813 int nl_socket_set_buffer_size(struct nl_sock *sk, int rxbuf, int txbuf) in nl_socket_set_buffer_size()
869 static char rxbuf [ETH_MAX+100]; /* rx-buffer with some margin */ variable