OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hostnamelen
(Results
1 - 1
of
1
) sorted by null
/bionic/libc/netbsd/net/
getnameinfo.c
381
int
hostnamelen
= android_gethostbyaddr_proxy(&android_proxy_hostent,
local
383
if (
hostnamelen
>= 0) {
384
hp = (
hostnamelen
> 0) ? &android_proxy_hostent : NULL;
Completed in 70 milliseconds