HomeSort by relevance Sort by last modified time
    Searched defs:hostent (Results 1 - 15 of 15) sorted by null

  /bionic/libc/include/
netdb.h 84 struct hostent { struct
208 void freehostent(struct hostent *);
209 struct hostent *gethostbyaddr(const void *, int, int);
210 int gethostbyaddr_r(const void *, int, int, struct hostent *, char *, size_t, struct hostent **, int *);
211 struct hostent *gethostbyname(const char *);
212 int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
213 struct hostent *gethostbyname2(const char *, int);
214 int gethostbyname2_r(const char *, int, struct hostent *, char *, size_t, struct hostent **, int *)
    [all...]
  /development/ndk/platforms/android-3/include/
netdb.h 84 struct hostent { struct
207 struct hostent *gethostbyaddr(const char *, int, int);
208 struct hostent *gethostbyname(const char *);
209 int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
210 struct hostent *gethostbyname2(const char *, int);
211 struct hostent *gethostent(void);
232 void freehostent(struct hostent *);
233 int gethostbyaddr_r(const char *, int, int, struct hostent *, char *, size_t, struct hostent **, int *)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
netdb.h 84 struct hostent { struct
211 void freehostent(struct hostent *);
212 struct hostent *gethostbyaddr(const char *, int, int);
213 int gethostbyaddr_r(const char *, int, int, struct hostent *, char *, size_t, struct hostent **, int *);
214 struct hostent *gethostbyname(const char *);
215 int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
216 struct hostent *gethostbyname2(const char *, int);
217 int gethostbyname2_r(const char *, int, struct hostent *, char *, size_t, struct hostent **, int *)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
netdb.h 84 struct hostent { struct
211 void freehostent(struct hostent *);
212 struct hostent *gethostbyaddr(const char *, int, int);
213 int gethostbyaddr_r(const char *, int, int, struct hostent *, char *, size_t, struct hostent **, int *);
214 struct hostent *gethostbyname(const char *);
215 int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
216 struct hostent *gethostbyname2(const char *, int);
217 int gethostbyname2_r(const char *, int, struct hostent *, char *, size_t, struct hostent **, int *)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
netdb.h 84 struct hostent { struct
211 void freehostent(struct hostent *);
212 struct hostent *gethostbyaddr(const char *, int, int);
213 int gethostbyaddr_r(const char *, int, int, struct hostent *, char *, size_t, struct hostent **, int *);
214 struct hostent *gethostbyname(const char *);
215 int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
216 struct hostent *gethostbyname2(const char *, int);
217 int gethostbyname2_r(const char *, int, struct hostent *, char *, size_t, struct hostent **, int *)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
netdb.h 84 struct hostent { struct
211 void freehostent(struct hostent *);
212 struct hostent *gethostbyaddr(const char *, int, int);
213 int gethostbyaddr_r(const char *, int, int, struct hostent *, char *, size_t, struct hostent **, int *);
214 struct hostent *gethostbyname(const char *);
215 int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
216 struct hostent *gethostbyname2(const char *, int);
217 int gethostbyname2_r(const char *, int, struct hostent *, char *, size_t, struct hostent **, int *)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
netdb.h 84 struct hostent { struct
211 void freehostent(struct hostent *);
212 struct hostent *gethostbyaddr(const char *, int, int);
213 int gethostbyaddr_r(const char *, int, int, struct hostent *, char *, size_t, struct hostent **, int *);
214 struct hostent *gethostbyname(const char *);
215 int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
216 struct hostent *gethostbyname2(const char *, int);
217 int gethostbyname2_r(const char *, int, struct hostent *, char *, size_t, struct hostent **, int *)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
netdb.h 84 struct hostent { struct
211 void freehostent(struct hostent *);
212 struct hostent *gethostbyaddr(const char *, int, int);
213 int gethostbyaddr_r(const char *, int, int, struct hostent *, char *, size_t, struct hostent **, int *);
214 struct hostent *gethostbyname(const char *);
215 int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
216 struct hostent *gethostbyname2(const char *, int);
217 int gethostbyname2_r(const char *, int, struct hostent *, char *, size_t, struct hostent **, int *)
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
netdb.h 84 struct hostent { struct
207 struct hostent *gethostbyaddr(const char *, int, int);
208 struct hostent *gethostbyname(const char *);
209 int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
210 struct hostent *gethostbyname2(const char *, int);
211 struct hostent *gethostent(void);
232 void freehostent(struct hostent *);
233 int gethostbyaddr_r(const char *, int, int, struct hostent *, char *, size_t, struct hostent **, int *)
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
netdb.h 84 struct hostent { struct
207 struct hostent *gethostbyaddr(const char *, int, int);
208 struct hostent *gethostbyname(const char *);
209 int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
210 struct hostent *gethostbyname2(const char *, int);
211 struct hostent *gethostent(void);
232 void freehostent(struct hostent *);
233 int gethostbyaddr_r(const char *, int, int, struct hostent *, char *, size_t, struct hostent **, int *)
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
netdb.h 84 struct hostent { struct
207 struct hostent *gethostbyaddr(const char *, int, int);
208 struct hostent *gethostbyname(const char *);
209 int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
210 struct hostent *gethostbyname2(const char *, int);
211 struct hostent *gethostent(void);
232 void freehostent(struct hostent *);
233 int gethostbyaddr_r(const char *, int, int, struct hostent *, char *, size_t, struct hostent **, int *)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
netdb.h 96 struct hostent struct
124 extern struct hostent *gethostent (void);
131 extern struct hostent *gethostbyaddr (__const void *__addr, __socklen_t __len,
138 extern struct hostent *gethostbyname (__const char *__name);
149 extern struct hostent *gethostbyname2 (__const char *__name, int __af);
161 extern int gethostent_r (struct hostent *__restrict __result_buf,
163 struct hostent **__restrict __result,
168 struct hostent *__restrict __result_buf,
170 struct hostent **__restrict __result,
174 struct hostent *__restrict __result_buf
    [all...]
  /external/netcat/
netcat.c 79 #include <netdb.h> /* hostent, gethostby*, getservby* */
315 struct hostent * hp;
342 struct hostent * hostent; local
348 hostent abstractions, and then forced them all to be incompatible with
379 hostent = gethostbyname (name);
380 if (! hostent)
383 strncpy (poop->name, hostent->h_name, MAXHOSTNAMELEN - 2);
384 for (x = 0; hostent->h_addr_list[x] && (x < 8); x++) {
385 memcpy (&poop->iaddrs[x], hostent->h_addr_list[x], sizeof (IA))
    [all...]
  /external/quake/quake/src/WinQuake/
net_bw.cpp 126 struct hostent { struct
mpdosock.h 147 struct hostent { struct
740 struct hostent FAR * PASCAL FAR gethostbyaddr(const char FAR * addr,
743 struct hostent FAR * PASCAL FAR gethostbyname(const char FAR * name);
781 typedef struct hostent HOSTENT;
782 typedef struct hostent *PHOSTENT;
783 typedef struct hostent FAR *LPHOSTENT;

Completed in 299 milliseconds