Searched refs:servname (Results 1 - 3 of 3) sorted by relevance
/kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
H A D | netdb_porting.c | 55 int getaddrinfo(const char *restrict nodename, const char *restrict servname, const struct addrinfo *restrict hints,
in getaddrinfo() argument 58 return lwip_getaddrinfo(nodename, servname, hints, res);
in getaddrinfo()
|
/kernel/uniproton/src/net/lwip-2.1/src/ |
H A D | netdb.c | 38 int getaddrinfo(const char *restrict nodename, const char *restrict servname,
in getaddrinfo() argument 41 return lwip_getaddrinfo(nodename, servname, hints, res);
in getaddrinfo()
|
/kernel/liteos_m/kal/libc/newlib/porting/include/ |
H A D | netdb.h | 101 int getaddrinfo(const char *__restrict nodename, const char *__restrict servname, \
|
Completed in 2 milliseconds