Lines Matching refs:kvp_ip_val

228 	utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.ip_addr,  in hv_kvp_convert_utf8_ipinfo_to_utf16()
230 (char *)umsg->body.kvp_ip_val.ip_addr, in hv_kvp_convert_utf8_ipinfo_to_utf16()
231 strlen((char *)umsg->body.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()
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()
240 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()
246 utf8_to_utf16((uint16_t *)host_ip_msg->kvp_ip_val.dns_addr, in hv_kvp_convert_utf8_ipinfo_to_utf16()
248 (char *)umsg->body.kvp_ip_val.dns_addr, in hv_kvp_convert_utf8_ipinfo_to_utf16()
249 strlen((char *)umsg->body.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()
254 (char *)umsg->body.kvp_ip_val.adapter_id, in hv_kvp_convert_utf8_ipinfo_to_utf16()
255 strlen((char *)umsg->body.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()
279 utf16_to_utf8((char *)umsg->body.kvp_ip_val.ip_addr, in hv_kvp_convert_utf16_ipinfo_to_utf8()
281 (uint16_t *)host_ip_msg->kvp_ip_val.ip_addr, in hv_kvp_convert_utf16_ipinfo_to_utf8()
287 utf16_to_utf8((char *)umsg->body.kvp_ip_val.adapter_id, in hv_kvp_convert_utf16_ipinfo_to_utf8()
289 (uint16_t *)host_ip_msg->kvp_ip_val.adapter_id, in hv_kvp_convert_utf16_ipinfo_to_utf8()
311 ((char *)&umsg->body.kvp_ip_val.adapter_id) + 1, in hv_kvp_convert_utf16_ipinfo_to_utf8()
313 strlcpy((char *)umsg->body.kvp_ip_val.adapter_id, in hv_kvp_convert_utf16_ipinfo_to_utf8()
323 umsg->body.kvp_ip_val.addr_family = host_ip_msg->kvp_ip_val.addr_family; in hv_kvp_convert_utf16_ipinfo_to_utf8()
324 umsg->body.kvp_ip_val.dhcp_enabled = host_ip_msg->kvp_ip_val.dhcp_enabled; in hv_kvp_convert_utf16_ipinfo_to_utf8()
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()
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()
337 utf16_to_utf8((char *)umsg->body.kvp_ip_val.dns_addr, MAX_IP_ADDR_SIZE, in hv_kvp_convert_utf16_ipinfo_to_utf8()
338 (uint16_t *)host_ip_msg->kvp_ip_val.dns_addr, in hv_kvp_convert_utf16_ipinfo_to_utf8()
370 utf16_to_utf8((char *)umsg->body.kvp_ip_val.adapter_id, in hv_kvp_convert_hostmsg_to_usermsg()
372 (uint16_t *)host_ip_msg->kvp_ip_val.adapter_id, in hv_kvp_convert_hostmsg_to_usermsg()
375 umsg->body.kvp_ip_val.addr_family = in hv_kvp_convert_hostmsg_to_usermsg()
376 host_ip_msg->kvp_ip_val.addr_family; in hv_kvp_convert_hostmsg_to_usermsg()