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
/external/libnl/lib/
socket.c
493
* @arg
rxbuf
New receive socket buffer size in bytes.
497
* values \c
rxbuf
and \c txbuf. Providing a value of \c 0 assumes a
503
int nl_socket_set_buffer_size(struct nl_sock *sk, int
rxbuf
, int txbuf)
507
if (
rxbuf
<= 0)
508
rxbuf
= 32768;
522
&
rxbuf
, sizeof(
rxbuf
));
/external/libpcap/
pcap-dos.c
839
static char
rxbuf
[ETH_MAX+100]; /* rx-buffer with some margin */
variable
849
memcpy (
rxbuf
, buf, pcap->caplen);
867
return (void*) &
rxbuf
;
[
all
...]
Completed in 685 milliseconds