Searched refs:hex_to_ip_address (Results 1 – 1 of 1) sorted by relevance
2096 static char *hex_to_ip_address(const void *hex_value, int is_ipv6) in hex_to_ip_address() function2161 route->destination = hex_to_ip_address(destination, 1); in qmp_guest_network_get_route()2166 route->source = hex_to_ip_address(source, 1); in qmp_guest_network_get_route()2167 route->nexthop = hex_to_ip_address(next_hop, 1); in qmp_guest_network_get_route()2187 route->destination = hex_to_ip_address(&destination, 0); in qmp_guest_network_get_route()2192 route->gateway = hex_to_ip_address(&gateway, 0); in qmp_guest_network_get_route()2193 route->mask = hex_to_ip_address(&mask, 0); in qmp_guest_network_get_route()