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

12

  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/mdnsresponder/mDNSPosix/
nss_mdns.c 379 #define ENTNAME hostent
385 // For hostent
390 typedef struct hostent hostent; typedef in typeref:struct:hostent
411 hostent * result_buf,
441 hostent * result_buf,
474 hostent * result_buf,
505 hostent * hostent; member in struct:result_map
531 hostent * result_buf
    [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 72 milliseconds

12