Searched defs:gethostbyname_r (Results 1 – 5 of 5) sorted by relevance
| /components/net/sal/socket/ |
| A D | net_netdb.c | 23 int gethostbyname_r(const char *name, struct hostent *ret, char *buf, in gethostbyname_r() function
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | netdb.h | 111 #define gethostbyname_r(name, ret, buf, buflen, result, h_errnop) \ macro
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | netdb.h | 135 #define gethostbyname_r(name, ret, buf, buflen, result, h_errnop) \ macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | netdb.h | 135 #define gethostbyname_r(name, ret, buf, buflen, result, h_errnop) \ macro
|
| /components/net/sal/include/ |
| A D | sal_low_lvl.h | 97 …int (*gethostbyname_r)(const char *name, struct hostent *ret, char *buf, size_t buflen… member
|
Completed in 5 milliseconds