/bionic/libc/include/ |
netdb.h | 107 struct protoent { struct 229 struct protoent *getprotobyname(const char *); 230 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **); 231 struct protoent *getprotobynumber(int); 232 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **); 233 struct protoent *getprotoent(void); 234 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **); [all...] |
/development/ndk/platforms/android-3/include/ |
netdb.h | 107 struct protoent { struct 214 struct protoent *getprotobyname(const char *); 215 struct protoent *getprotobynumber(int); 242 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **); 243 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **); 244 struct protoent *getprotoent(void); 245 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
netdb.h | 107 struct protoent { struct 229 struct protoent *getprotobyname(const char *); 230 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **); 231 struct protoent *getprotobynumber(int); 232 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **); 233 struct protoent *getprotoent(void); 234 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
netdb.h | 107 struct protoent { struct 229 struct protoent *getprotobyname(const char *); 230 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **); 231 struct protoent *getprotobynumber(int); 232 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **); 233 struct protoent *getprotoent(void); 234 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
netdb.h | 107 struct protoent { struct 229 struct protoent *getprotobyname(const char *); 230 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **); 231 struct protoent *getprotobynumber(int); 232 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **); 233 struct protoent *getprotoent(void); 234 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
netdb.h | 107 struct protoent { struct 229 struct protoent *getprotobyname(const char *); 230 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **); 231 struct protoent *getprotobynumber(int); 232 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **); 233 struct protoent *getprotoent(void); 234 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
netdb.h | 107 struct protoent { struct 229 struct protoent *getprotobyname(const char *); 230 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **); 231 struct protoent *getprotobynumber(int); 232 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **); 233 struct protoent *getprotoent(void); 234 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **); [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
netdb.h | 107 struct protoent { struct 229 struct protoent *getprotobyname(const char *); 230 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **); 231 struct protoent *getprotobynumber(int); 232 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **); 233 struct protoent *getprotoent(void); 234 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **); [all...] |
/external/iproute2/lib/ |
inet_proto.c | 29 struct protoent *pe; 49 struct protoent *pe;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
netdb.h | 321 struct protoent struct 346 extern struct protoent *getprotoent (void); 352 extern struct protoent *getprotobyname (__const char *__name); 358 extern struct protoent *getprotobynumber (int __proto); 369 extern int getprotoent_r (struct protoent *__restrict __result_buf, 371 struct protoent **__restrict __result); 374 struct protoent *__restrict __result_buf, 376 struct protoent **__restrict __result); 379 struct protoent *__restrict __result_buf, 381 struct protoent **__restrict __result) [all...] |
/external/quake/quake/src/WinQuake/ |
mpdosock.h | 174 struct protoent {
struct 752 struct protoent FAR * PASCAL FAR getprotobynumber(int proto);
754 struct protoent FAR * PASCAL FAR getprotobyname(const char FAR * name);
789 typedef struct protoent PROTOENT;
790 typedef struct protoent *PPROTOENT;
791 typedef struct protoent FAR *LPPROTOENT;
|
/external/iptables/extensions/ |
libip6t_ipv6header.c | 76 struct protoent *pent = getprotobynumber(proto); 92 struct protoent *pent;
|
libipt_policy.c | 324 struct protoent *p = NULL;
|
libip6t_policy.c | 364 struct protoent *p = NULL;
|
/external/tcpdump/ |
print-cnfp.c | 86 struct protoent *pent;
|
print-ip.c | 378 struct protoent *proto; 564 struct protoent *proto;
|
/bionic/libc/bionic/ |
stubs.c | 376 struct protoent *getprotobyname(const char *name) 382 struct protoent *getprotobynumber(int proto)
|
/external/iptables/ |
ip6tables-save.c | 81 struct protoent *pent = getprotobynumber(proto);
|
iptables-save.c | 88 struct protoent *pent = getprotobynumber(proto);
|
ip6tables.c | 239 struct protoent *pent = getprotobynumber(proto); 849 struct protoent *pent; [all...] |
iptables.c | 244 struct protoent *pent = getprotobynumber(proto); 832 struct protoent *pent; [all...] |
/external/libpcap/ |
nametoaddr.c | 267 struct protoent *p;
|
/external/quake/quake/src/QW/qwfwd/ |
qwfwd.c | 108 struct protoent *ppe;
|
/external/ipsec-tools/src/libipsec/ |
pfkey_dump.c | 744 struct protoent *ent;
|
/external/iproute2/ip/ |
ipxfrm.c | 246 struct protoent *pp; 1052 struct protoent *pp;
|