Home
last modified time | relevance | path

Searched refs:hostent (Results 1 – 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
DSocklib_internals.h27 struct hostent * _gethostbyhtname (const char *, int);
28 struct hostent * _gethostbydnsname (const char *, int);
29 struct hostent * _gethostbynisname (const char *, int);
30 struct hostent * _gethostbyhtaddr (const char *, int, int);
31 struct hostent * _gethostbydnsaddr (const char *, int, int);
32 struct hostent * _gethostbynisaddr (const char *, int, int);
40 void _map_v4v6_hostent (struct hostent *hp, char **bp, int *len);
Dgethostnamadr.c123 struct hostent *
126 struct hostent *hp; in gethostbyname()
136 struct hostent *
139 struct hostent *hp = 0; in gethostbyname2()
164 struct hostent *
167 struct hostent *hp = 0; in gethostbyaddr()
199 struct hostent *result, struct hostent_data *buffer) in gethostbyaddr_r()
201 struct hostent *hp; in gethostbyaddr_r()
206 memcpy(result, hp, sizeof(struct hostent)); in gethostbyaddr_r()
Dgethostbynis.c56 static struct hostent *
63 static struct hostent h; in _gethostbynis()
78 return ((struct hostent *)NULL); in _gethostbynis()
81 return ((struct hostent *)NULL); in _gethostbynis()
124 struct hostent *
130 struct hostent *
Dgethostbyht.c83 static struct hostent host;
110 struct hostent *
175 struct hostent *
178 register struct hostent *p; in _gethostbyhtname()
196 struct hostent *
199 register struct hostent *p; in _gethostbyhtaddr()
Dgethostbydns.c137 static struct hostent host;
197 static struct hostent *
502 struct hostent *
520 struct hostent *
634 struct hostent *
642 register struct hostent *hp; in _gethostbydnsaddr()
645 register struct hostent *rhp; in _gethostbydnsaddr()
Dmap_v4v6.c112 _map_v4v6_hostent(struct hostent *hp, char **bpp, int *lenp) in _map_v4v6_hostent()
Dgetnameinfo.c182 struct hostent *hp; in getnameinfo_inet()
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h123 struct hostent { struct
241 struct hostent *gethostbyaddr (const char *, socklen_t, int);
242 struct hostent *gethostbyname (const char *);
243 struct hostent *gethostbyname2 (const char *, int);
244 struct hostent *gethostent (void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByDns/
DGetHostByDns.c24 struct hostent * _gethostbydnsname (const char *, int);
44 struct hostent * pHost; in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByName/
DGetHostByName.c42 struct hostent * pHost; in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByAddr/
DGetHostByAddr.c45 struct hostent * pHost; in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Daddrinfo.h173 extern void freehostent Py_PROTO((struct hostent *));
Dsocketmodule.c3299 gethost_common(struct hostent *h, struct sockaddr *addr, int alen, int af)
3435 struct hostent *h;
3444 struct hostent hp_allocated;
3513 struct hostent *h;
3516 struct hostent hp_allocated;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Daddrinfo.h184 extern void freehostent Py_PROTO((struct hostent *));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Daddrinfo.h175 extern void freehostent Py_PROTO((struct hostent *));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Daddrinfo.h175 extern void freehostent Py_PROTO((struct hostent *));
Dgetnameinfo.c108 struct hostent *hp;
Dgetaddrinfo.c493 struct hostent *hp;
539 struct hostent *hp;
Dsocketmodule.c3217 gethost_common(struct hostent *h, struct sockaddr *addr, int alen, int af)
3353 struct hostent *h;
3362 struct hostent hp_allocated;
3431 struct hostent *h;
3434 struct hostent hp_allocated;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py336 class hostent(Structure): class
338 hostent._fields_ = [