OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getprotobyname
(Results
1 - 25
of
78
) sorted by null
1
2
3
4
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/IN/
WKS.py
22
_proto_tcp = socket.
getprotobyname
('tcp')
23
_proto_udp = socket.
getprotobyname
('udp')
60
protocol = socket.
getprotobyname
(protocol)
/external/iproute2/lib/
inet_proto.c
62
pe =
getprotobyname
(buf);
/development/ndk/platforms/android-3/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/external/iproute2/ip/
ipfou.c
67
servptr =
getprotobyname
(*argv);
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/
netdb.h
211
struct protoent *
getprotobyname
(const char *);
Completed in 90 milliseconds
1
2
3
4