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

12

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
netdb.h 107 struct protoent { struct
211 struct protoent *getprotobyname(const char *);
212 struct protoent *getprotobynumber(int);
239 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
240 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
241 struct protoent *getprotoent(void);
242 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);
    [all...]
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
netdb.h 107 struct protoent { struct
211 struct protoent *getprotobyname(const char *);
212 struct protoent *getprotobynumber(int);
239 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
240 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
241 struct protoent *getprotoent(void);
242 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);
    [all...]
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
netdb.h 107 struct protoent { struct
211 struct protoent *getprotobyname(const char *);
212 struct protoent *getprotobynumber(int);
239 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
240 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
241 struct protoent *getprotoent(void);
242 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);
    [all...]
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
netdb.h 107 struct protoent { struct
211 struct protoent *getprotobyname(const char *);
212 struct protoent *getprotobynumber(int);
239 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
240 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
241 struct protoent *getprotoent(void);
242 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);
    [all...]
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
netdb.h 107 struct protoent { struct
211 struct protoent *getprotobyname(const char *);
212 struct protoent *getprotobynumber(int);
239 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
240 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
241 struct protoent *getprotoent(void);
242 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
netdb.h 107 struct protoent { struct
211 struct protoent *getprotobyname(const char *);
212 struct protoent *getprotobynumber(int);
239 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
240 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
241 struct protoent *getprotoent(void);
242 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
netdb.h 107 struct protoent { struct
211 struct protoent *getprotobyname(const char *);
212 struct protoent *getprotobynumber(int);
239 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
240 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
241 struct protoent *getprotoent(void);
242 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
netdb.h 107 struct protoent { struct
211 struct protoent *getprotobyname(const char *);
212 struct protoent *getprotobynumber(int);
239 int getprotobyname_r(const char *, struct protoent *, char *, size_t, struct protoent **);
240 int getprotobynumber_r(int, struct protoent *, char *, size_t, struct protoent **);
241 struct protoent *getprotoent(void);
242 int getprotoent_r(struct protoent *, char *, size_t, struct protoent **);
    [all...]
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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;

Completed in 407 milliseconds

12