Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-linux.c2097 static char *hexToIPAddress(const void *hexValue, int is_ipv6) in hexToIPAddress() function
2166 networkroute->destination = hexToIPAddress(Destination, 1); in qmp_guest_network_get_route()
2168 networkroute->source = hexToIPAddress(Source, 1); in qmp_guest_network_get_route()
2175 networkroute->nexthop = hexToIPAddress(NextHop, 1); in qmp_guest_network_get_route()
2197 networkroute->destination = hexToIPAddress(&Destination, 0); in qmp_guest_network_get_route()
2198 networkroute->gateway = hexToIPAddress(&Gateway, 0); in qmp_guest_network_get_route()
2199 networkroute->mask = hexToIPAddress(&Mask, 0); in qmp_guest_network_get_route()