Home
last modified time | relevance | path

Searched refs:gethostbyname (Results 1 – 19 of 19) sorted by relevance

/components/net/sal/socket/
A Dnet_netdb.c17 struct hostent *gethostbyname(const char *name) in gethostbyname() function
21 RTM_EXPORT(gethostbyname);
/components/net/sal/include/socket/
A Dnetdb.h22 struct hostent *gethostbyname(const char *name);
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dnetdb.h110 #define gethostbyname(name) lwip_gethostbyname(name) macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dnetdb.h133 #define gethostbyname(name) lwip_gethostbyname(name) macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dnetdb.h133 #define gethostbyname(name) lwip_gethostbyname(name) macro
/components/net/sal/include/
A Dsal_low_lvl.h96 struct hostent* (*gethostbyname) (const char *name); member
/components/net/sal/src/
A Dsal_socket.c208 host = (struct hostent *) pf->netdb_ops->gethostbyname(SAL_INTERNET_HOST); in check_netdev_internet_up_work()
1515 if (SAL_NETDEV_NETDBOPS_VALID(netdev, pf, gethostbyname)) in sal_gethostbyname()
1517 return pf->netdb_ops->gethostbyname(name); in sal_gethostbyname()
1523 if (SAL_NETDEV_NETDBOPS_VALID(netdev, pf, gethostbyname)) in sal_gethostbyname()
1525 return pf->netdb_ops->gethostbyname(name); in sal_gethostbyname()
/components/net/sal/impl/
A Daf_inet_lwip.c323 .gethostbyname = lwip_gethostbyname,
/components/net/at/at_socket/
A Dat_socket.h193 #define gethostbyname(name) at_gethostbyname(name) macro
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dipcp.c378 if ((hp = gethostbyname(*argv)) == NULL) {
414 if ((hp = gethostbyname(*argv)) == NULL) {
468 if ((hp = gethostbyname(arg)) == NULL) {
489 if ((hp = gethostbyname(colon)) == NULL) {
1821 if ((hp = gethostbyname(hostname)) != NULL) {
A Dmultilink.c468 hp = gethostbyname(hostname);
A Dauth.c2118 hp = gethostbyname(ptr_word);
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dipcp.c378 if ((hp = gethostbyname(*argv)) == NULL) {
414 if ((hp = gethostbyname(*argv)) == NULL) {
468 if ((hp = gethostbyname(arg)) == NULL) {
489 if ((hp = gethostbyname(colon)) == NULL) {
1821 if ((hp = gethostbyname(hostname)) != NULL) {
A Dmultilink.c468 hp = gethostbyname(hostname);
A Dauth.c2118 hp = gethostbyname(ptr_word);
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dauth.c1157 hp = gethostbyname(p);
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1617 (gethostbyname/gethostbyname_r).
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG2573 (gethostbyname/gethostbyname_r).
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG2826 (gethostbyname/gethostbyname_r).

Completed in 40 milliseconds