| /components/net/sal/include/ |
| A D | sal_netdb.h | 50 struct hostent { struct 72 struct hostent *sal_gethostbyname(const char *name); argument 74 int sal_gethostbyname_r(const char *name, struct hostent *ret, char *buf, 75 size_t buflen, struct hostent **result, int *h_errnop);
|
| A D | sal_low_lvl.h | 96 struct hostent* (*gethostbyname) (const char *name); 97 … (*gethostbyname_r)(const char *name, struct hostent *ret, char *buf, size_t buflen, struct ho…
|
| /components/net/sal/include/socket/ |
| A D | netdb.h | 22 struct hostent *gethostbyname(const char *name); 24 int gethostbyname_r(const char *name, struct hostent *ret, char *buf, 25 size_t buflen, struct hostent **result, int *h_errnop);
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | netdb.h | 72 struct hostent { struct 100 struct hostent *lwip_gethostbyname(const char *name); argument 101 int lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf, 102 size_t buflen, struct hostent **result, int *h_errnop);
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | netdb.h | 92 struct hostent { struct 122 struct hostent *lwip_gethostbyname(const char *name); 123 int lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf, 124 size_t buflen, struct hostent **result, int *h_errnop);
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | netdb.h | 92 struct hostent { struct 122 struct hostent *lwip_gethostbyname(const char *name); 123 int lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf, 124 size_t buflen, struct hostent **result, int *h_errnop);
|
| /components/net/sal/socket/ |
| A D | net_netdb.c | 17 struct hostent *gethostbyname(const char *name) in gethostbyname() 23 int gethostbyname_r(const char *name, struct hostent *ret, char *buf, in gethostbyname_r() 24 size_t buflen, struct hostent **result, int *h_errnop) in gethostbyname_r()
|
| /components/net/lwip/lwip-1.4.1/src/api/ |
| A D | netdb.c | 84 struct hostent* 91 HOSTENT_STORAGE struct hostent s_hostent; in lwip_gethostbyname() 162 lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf, in lwip_gethostbyname_r() 163 size_t buflen, struct hostent **result, int *h_errnop) in lwip_gethostbyname_r()
|
| /components/net/lwip/lwip-2.0.3/src/api/ |
| A D | netdb.c | 86 struct hostent* 93 HOSTENT_STORAGE struct hostent s_hostent; in lwip_gethostbyname() 162 lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf, in lwip_gethostbyname_r() 163 size_t buflen, struct hostent **result, int *h_errnop) in lwip_gethostbyname_r()
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | netdb.c | 86 struct hostent * 93 HOSTENT_STORAGE struct hostent s_hostent; in lwip_gethostbyname() 162 lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf, in lwip_gethostbyname_r() 163 size_t buflen, struct hostent **result, int *h_errnop) in lwip_gethostbyname_r()
|
| /components/net/at/at_socket/ |
| A D | at_socket.h | 170 struct hostent *at_gethostbyname(const char *name); 171 int at_gethostbyname_r(const char *name, struct hostent *ret, char *buf, size_t buflen, struct host…
|
| A D | at_socket.c | 1461 struct hostent *at_gethostbyname(const char *name) in at_gethostbyname() 1465 static struct hostent s_hostent; in at_gethostbyname() 1504 int at_gethostbyname_r(const char *name, struct hostent *ret, char *buf, size_t buflen, struct host… in at_gethostbyname_r()
|
| /components/net/sal/src/ |
| A D | sal_socket.c | 183 struct hostent *host; in check_netdev_internet_up_work() 208 host = (struct hostent *) pf->netdb_ops->gethostbyname(SAL_INTERNET_HOST); in check_netdev_internet_up_work() 1510 struct hostent *sal_gethostbyname(const char *name) in sal_gethostbyname() 1532 int sal_gethostbyname_r(const char *name, struct hostent *ret, char *buf, in sal_gethostbyname_r() 1533 size_t buflen, struct hostent **result, int *h_errnop) in sal_gethostbyname_r()
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | ipcp.c | 374 struct hostent *hp; 410 struct hostent *hp; 448 struct hostent *hp; 1806 struct hostent *hp;
|
| A D | multilink.c | 456 struct hostent *hp;
|
| A D | auth.c | 2045 struct hostent *hp;
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | ipcp.c | 374 struct hostent *hp; 410 struct hostent *hp; 448 struct hostent *hp; 1806 struct hostent *hp;
|
| A D | multilink.c | 456 struct hostent *hp;
|
| A D | auth.c | 2045 struct hostent *hp;
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | auth.c | 1154 struct hostent *hp;
|
| /components/lwp/ |
| A D | lwp_syscall.c | 7249 sysret_t sys_gethostbyname2_r(const char *name, int af, struct hostent *ret, in sys_gethostbyname2_r() 7251 struct hostent **result, int *err) in sys_gethostbyname2_r() 7255 struct hostent sal_he, sal_tmp; in sys_gethostbyname2_r() 7256 struct hostent *sal_result = NULL; in sys_gethostbyname2_r()
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 1573 provide a function "struct hostent* sys_thread_hostent( struct hostent* h)"
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 2529 provide a function "struct hostent* sys_thread_hostent( struct hostent* h)"
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 2782 provide a function "struct hostent* sys_thread_hostent( struct hostent* h)"
|