Home
last modified time | relevance | path

Searched refs:protoent (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h153 struct protoent { struct
248 struct protoent *getprotobyname (const char *);
249 struct protoent *getprotobynumber(int);
250 struct protoent *getprotoent (void);
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetproto.c42 struct protoent *
45 register struct protoent *p; in getprotobynumber()
Dgetprotoname.c43 struct protoent *
46 register struct protoent *p; in getprotobyname()
Dgetprotoent.c49 static struct protoent proto;
73 struct protoent *
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c3586 struct protoent *sp;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c3668 struct protoent *sp;