OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rxbuf
(Results
1 - 2
of
2
) 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/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 164 milliseconds