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

  /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);

Completed in 70 milliseconds