OpenGrok
Cross Reference: utils.cpp
xref
: /
frameworks
/
native
/
cmds
/
dumpstate
/
utils.cpp
Home
|
History
|
Annotate
|
Download
|
only in
dumpstate
Lines Matching
full:alen
931
socklen_t
alen
= sizeof(addr);
932
int fd = accept(s, &addr, &
alen
);