OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gethostbyname
(Results
76 - 88
of
88
) sorted by null
1
2
3
4
/frameworks/av/media/libstagefright/rtsp/
MyHandler.h
271
struct hostent *ent =
gethostbyname
(mSessionHost.c_str());
[
all
...]
/external/ipsec-tools/src/racoon/
isakmp_cfg.c
[
all
...]
/external/iptables/iptables/
xtables.c
1225
if ((host =
gethostbyname
(name)) != NULL) {
[
all
...]
/external/libpcap/
configure
[
all
...]
/external/openssh/
session.c
[
all
...]
/external/ppp/pppd/
auth.c
[
all
...]
/ndk/sources/host-tools/make-3.81/
configure
[
all
...]
/system/core/adb/
sysdeps_win32.c
675
hp =
gethostbyname
(host);
[
all
...]
/external/blktrace/
blktrace.c
952
hent =
gethostbyname
(hostname);
958
fprintf(stderr, "
gethostbyname
(%s)"
[
all
...]
/external/chromium/third_party/libevent/
http.c
159
he =
gethostbyname
(hostname);
[
all
...]
/external/qemu/
net.c
272
if ((he =
gethostbyname
(buf)) == NULL)
[
all
...]
/external/qemu-pc-bios/bochs/
configure
[
all
...]
/external/tcpdump/
configure
[
all
...]
Completed in 4209 milliseconds
1
2
3
4