Home
last modified time | relevance | path

Searched refs:gethostnameinfo (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_m/components/net/lwip-2.1/porting/src/
Dapi_shell.c68 struct hostent *gethostnameinfo(const char *host, char *tmphstbuf, size_t hstbuflen);
252 struct hostent *gethostnameinfo(const char *host, char *tmphstbuf, size_t hstbuflen) in gethostnameinfo() function
280 struct hostent *pent = gethostnameinfo(hname, tmphstbuf, hstbuflen); in get_hostip()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
Dapi_shell.c141 struct hostent *gethostnameinfo(const char *host);
1573 struct hostent *gethostnameinfo(const char *host) function
1594 struct hostent *pent = gethostnameinfo(hname);