OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_gethostbynameforiface
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/include/
netdb.h
216
struct hostent *
android_gethostbynameforiface
(const char *, int, const char *, int);
/system/netd/
DnsProxyListener.cpp
344
hp =
android_gethostbynameforiface
(mName, mAf, mIface ? mIface : iface, mMark);
/bionic/libc/netbsd/
gethnamaddr.c
514
return
android_gethostbynameforiface
(name, af, NULL, 0);
518
android_gethostbynameforiface
(const char *name, int af, const char *iface, int mark)
function
[
all
...]
Completed in 2280 milliseconds