OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:link_buflen
(Results
1 - 1
of
1
) sorted by null
/external/dhcpcd/
if-bsd.c
75
static ssize_t
link_buflen
;
variable
328
if (
link_buflen
< len) {
333
link_buflen
= len;
335
bytes = read(fd, link_buf,
link_buflen
);
Completed in 101 milliseconds