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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ip_types.h 52 struct protoent { struct
90 typedef struct protoent PROTOENT;
91 typedef struct protoent *PPROTOENT;
92 typedef struct protoent *LPPROTOENT;
  /bionic/libc/include/
netdb.h 104 struct protoent { struct
230 struct protoent* getprotobyname(const char* __name);
231 struct protoent* getprotobynumber(int __proto);
232 struct protoent* getprotoent(void) __INTRODUCED_IN(28);
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 153 struct protoent { struct
248 struct protoent *getprotobyname (const char *);
249 struct protoent *getprotobynumber(int);
250 struct protoent *getprotoent (void);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 328 struct protoent struct
353 extern struct protoent *getprotoent (void);
359 extern struct protoent *getprotobyname (__const char *__name);
365 extern struct protoent *getprotobynumber (int __proto);
376 extern int getprotoent_r (struct protoent *__restrict __result_buf,
378 struct protoent **__restrict __result);
381 struct protoent *__restrict __result_buf,
383 struct protoent **__restrict __result);
386 struct protoent *__restrict __result_buf,
388 struct protoent **__restrict __result)
    [all...]

Completed in 2509 milliseconds