Home
last modified time | relevance | path

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

/qemu/qga/
H A Dcommands-linux.c2117 unsigned int byte4 = hex_int & 0xFF; in hexToIPAddress()
2119 return g_strdup_printf("%u.%u.%u.%u", byte4, byte3, byte2, byte1); in hexToIPAddress()
2115 unsigned int byte4 = hexInt & 0xFF; hexToIPAddress() local