Searched refs:qp_param (Results 1 – 1 of 1) sorted by relevance
54 struct queryparam qp_param; in OH_NetConn_GetAddrInfo() local70 if (memset_s(&qp_param, sizeof(struct queryparam), 0, sizeof(struct queryparam)) != EOK) { in OH_NetConn_GetAddrInfo()74 qp_param.qp_netid = netId; in OH_NetConn_GetAddrInfo()75 qp_param.qp_type = 0; in OH_NetConn_GetAddrInfo()77 status = getaddrinfo_ext(host, serv, hint, res, &qp_param); in OH_NetConn_GetAddrInfo()