Searched refs:host_ip_msg (Results 1 – 1 of 1) sorted by relevance
223 struct hv_kvp_ip_msg *host_ip_msg) in hv_kvp_convert_utf8_ipinfo_to_utf16() argument228 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.ip_addr, in hv_kvp_convert_utf8_ipinfo_to_utf16()234 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.sub_net, in hv_kvp_convert_utf8_ipinfo_to_utf16()240 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.gate_way, in hv_kvp_convert_utf8_ipinfo_to_utf16()246 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.dns_addr, in hv_kvp_convert_utf8_ipinfo_to_utf16()252 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.adapter_id, in hv_kvp_convert_utf8_ipinfo_to_utf16()259 host_ip_msg->kvp_ip_val.dhcp_enabled = umsg->body.kvp_ip_val.dhcp_enabled; in hv_kvp_convert_utf8_ipinfo_to_utf16()260 host_ip_msg->kvp_ip_val.addr_family = umsg->body.kvp_ip_val.addr_family; in hv_kvp_convert_utf8_ipinfo_to_utf16()270 hv_kvp_convert_utf16_ipinfo_to_utf8(struct hv_kvp_ip_msg *host_ip_msg, in hv_kvp_convert_utf16_ipinfo_to_utf8() argument281 (uint16_t *)host_ip_msg->kvp_ip_val.ip_addr, in hv_kvp_convert_utf16_ipinfo_to_utf8()[all …]