Home
last modified time | relevance | path

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

/components/net/sal/include/
A Dsal_netdb.h50 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 Dsal_low_lvl.h96 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 Dnetdb.h22 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 Dnetdb.h72 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 Dnetdb.h92 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 Dnetdb.h92 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 Dnet_netdb.c17 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 Dnetdb.c84 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 Dnetdb.c86 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 Dnetdb.c86 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 Dat_socket.h170 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 Dat_socket.c1461 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 Dsal_socket.c183 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 Dipcp.c374 struct hostent *hp;
410 struct hostent *hp;
448 struct hostent *hp;
1806 struct hostent *hp;
A Dmultilink.c456 struct hostent *hp;
A Dauth.c2045 struct hostent *hp;
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dipcp.c374 struct hostent *hp;
410 struct hostent *hp;
448 struct hostent *hp;
1806 struct hostent *hp;
A Dmultilink.c456 struct hostent *hp;
A Dauth.c2045 struct hostent *hp;
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dauth.c1154 struct hostent *hp;
/components/lwp/
A Dlwp_syscall.c7249 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 DCHANGELOG1573 provide a function "struct hostent* sys_thread_hostent( struct hostent* h)"
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG2529 provide a function "struct hostent* sys_thread_hostent( struct hostent* h)"
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG2782 provide a function "struct hostent* sys_thread_hostent( struct hostent* h)"

Completed in 59 milliseconds