Searched defs:h_errnop (Results 1 – 9 of 9) sorted by relevance
/components/net/sal/socket/ |
A D | net_netdb.c | 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 | 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 | 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 | 163 size_t buflen, struct hostent **result, int *h_errnop) in lwip_gethostbyname_r()
|
/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) \ argument
|
/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) \ argument
|
/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) \ argument
|
/components/net/at/at_socket/ |
A D | at_socket.c | 1504 … char *name, struct hostent *ret, char *buf, size_t buflen, struct hostent **result, int *h_errnop) in at_gethostbyname_r()
|
/components/net/sal/src/ |
A D | sal_socket.c | 1533 size_t buflen, struct hostent **result, int *h_errnop) in sal_gethostbyname_r()
|
Completed in 91 milliseconds