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

/freebsd-11-stable/sys/dev/hyperv/utilities/
H A Dhv_kvp.c226 struct hv_kvp_ip_msg *host_ip_msg)
231 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.ip_addr,
237 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.sub_net,
243 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.gate_way,
249 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.dns_addr,
255 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.adapter_id,
262 host_ip_msg->kvp_ip_val.dhcp_enabled = umsg->body.kvp_ip_val.dhcp_enabled;
263 host_ip_msg->kvp_ip_val.addr_family = umsg->body.kvp_ip_val.addr_family;
273 hv_kvp_convert_utf16_ipinfo_to_utf8(struct hv_kvp_ip_msg *host_ip_msg, argument
284 (uint16_t *)host_ip_msg
225 hv_kvp_convert_utf8_ipinfo_to_utf16(struct hv_kvp_msg *umsg, struct hv_kvp_ip_msg *host_ip_msg) argument
359 struct hv_kvp_ip_msg *host_ip_msg; local
472 struct hv_kvp_ip_msg *host_ip_msg = (struct hv_kvp_ip_msg *)hmsg; local
[all...]

Completed in 45 milliseconds