Searched refs:hostent (Results 1 – 20 of 20) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | Socklib_internals.h | 27 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);
|
D | gethostnamadr.c | 123 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()
|
D | gethostbynis.c | 56 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 *
|
D | gethostbyht.c | 83 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()
|
D | gethostbydns.c | 137 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()
|
D | map_v4v6.c | 112 _map_v4v6_hostent(struct hostent *hp, char **bpp, int *lenp) in _map_v4v6_hostent()
|
D | getnameinfo.c | 182 struct hostent *hp; in getnameinfo_inet()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | netdb.h | 123 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/ |
D | GetHostByDns.c | 24 struct hostent * _gethostbydnsname (const char *, int); 44 struct hostent * pHost; in main()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByName/ |
D | GetHostByName.c | 42 struct hostent * pHost; in main()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByAddr/ |
D | GetHostByAddr.c | 45 struct hostent * pHost; in main()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | addrinfo.h | 173 extern void freehostent Py_PROTO((struct hostent *));
|
D | socketmodule.c | 3299 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/ |
D | addrinfo.h | 184 extern void freehostent Py_PROTO((struct hostent *));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | addrinfo.h | 175 extern void freehostent Py_PROTO((struct hostent *));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | addrinfo.h | 175 extern void freehostent Py_PROTO((struct hostent *));
|
D | getnameinfo.c | 108 struct hostent *hp;
|
D | getaddrinfo.c | 493 struct hostent *hp; 539 struct hostent *hp;
|
D | socketmodule.c | 3217 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/ |
D | infinite_recursion.py | 336 class hostent(Structure): class 338 hostent._fields_ = [
|