HomeSort by relevance Sort by last modified time
    Searched refs:protoent (Results 1 - 24 of 24) sorted by null

  /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...]
  /ndk/build/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...]
  /ndk/build/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...]
  /ndk/build/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...]
  /ndk/build/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...]
  /ndk/build/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...]
  /ndk/build/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;
  /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;
print-isakmp.c 711 struct protoent *pe;
    [all...]
  /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;

Completed in 873 milliseconds