Home
last modified time | relevance | path

Searched defs:gethostbyname (Results 1 – 6 of 6) sorted by relevance

/components/net/sal/socket/
A Dnet_netdb.c17 struct hostent *gethostbyname(const char *name) in gethostbyname() function
/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/at/at_socket/
A Dat_socket.h193 #define gethostbyname(name) at_gethostbyname(name) macro

Completed in 65 milliseconds