Home
last modified time | relevance | path

Searched refs:sub_net (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/hyperv/utilities/
H A Dhv_kvp.c234 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.sub_net, in hv_kvp_convert_utf8_ipinfo_to_utf16()
236 (char *)umsg->body.kvp_ip_val.sub_net, in hv_kvp_convert_utf8_ipinfo_to_utf16()
237 strlen((char *)umsg->body.kvp_ip_val.sub_net), in hv_kvp_convert_utf8_ipinfo_to_utf16()
325 utf16_to_utf8((char *)umsg->body.kvp_ip_val.sub_net, MAX_IP_ADDR_SIZE, in hv_kvp_convert_utf16_ipinfo_to_utf8()
326 (uint16_t *)host_ip_msg->kvp_ip_val.sub_net, in hv_kvp_convert_utf16_ipinfo_to_utf8()
H A Dhv_kvp.h161 uint16_t sub_net[MAX_IP_ADDR_SIZE]; member
/freebsd/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c889 ip_buffer->sub_net, in kvp_get_ip_info()
902 sn_str = (char *)ip_buffer->sub_net; in kvp_get_ip_info()
903 sn_str_length = sizeof(ip_buffer->sub_net); in kvp_get_ip_info()
924 strlcat((char *)ip_buffer->sub_net, ";", sn_str_length); in kvp_get_ip_info()
1018 (char *)new_val->sub_net); in kvp_set_ip_info()