Home
last modified time | relevance | path

Searched refs:hostent (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dnetdb.h69 struct hostent { struct
93 struct hostent *gethostent (void);
116 struct hostent *gethostbyname (const char *);
117 struct hostent *gethostbyaddr (const void *, socklen_t, int);
133 int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *);
134 int gethostbyname2_r(const char *, int, struct hostent *, char *, size_t, struct hostent **, int *);
135 struct hostent *gethostbyname2(const char *, int);
136 int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *, cha
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dnetdb.h117 struct hostent { struct
170 and return a structure of type hostent for the given host name.
174 * Pointer to the hostent structure containing addresses of address family AF_INET or AF_INET6 for the host with the
191 * into the h_addr_list[0] field of the returned hostent structure.\n
201 struct hostent *lwip_gethostbyname(const char *name);
208 * It is used to resolve a hostname (string) into an IP address and return a structure of type hostent for the given
216 * @param result This is a double pointer to hostent which is set to ret on success
234 * into the h_addr_list[0] field of the returned hostent structure.\n
244 int lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf,
245 size_t buflen, struct hostent **resul
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h457 struct hostent { struct
475 * CNcomment:利用字符串格式的域名获得IP地址,并且将地址信息装入hostent域名结构体CNend
480 * @retval #hostent Execute successfully.
486 struct hostent *gethostbyname(const char *name);

Completed in 3 milliseconds