Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/utilities/
H A Dhv_kvp.c240 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.gate_way, in hv_kvp_convert_utf8_ipinfo_to_utf16()
242 (char *)umsg->body.kvp_ip_val.gate_way, in hv_kvp_convert_utf8_ipinfo_to_utf16()
243 strlen((char *)umsg->body.kvp_ip_val.gate_way), in hv_kvp_convert_utf8_ipinfo_to_utf16()
331 utf16_to_utf8((char *)umsg->body.kvp_ip_val.gate_way, MAX_GATEWAY_SIZE, in hv_kvp_convert_utf16_ipinfo_to_utf8()
332 (uint16_t *)host_ip_msg->kvp_ip_val.gate_way, in hv_kvp_convert_utf16_ipinfo_to_utf8()
H A Dhv_kvp.h162 uint16_t gate_way[MAX_GATEWAY_SIZE]; member
/freebsd/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c691 kvp_process_ipconfig_file(cmd, (char *)buffer->gate_way, in kvp_get_ipconfig_info()
701 kvp_process_ipconfig_file(cmd, (char *)buffer->gate_way, in kvp_get_ipconfig_info()
1026 (char *)new_val->gate_way); in kvp_set_ip_info()