Searched refs:byte3 (Results 1 – 1 of 1) sorted by relevance
2116 unsigned int byte3 = (hex_int >> 8) & 0xFF; in hexToIPAddress() 2119 return g_strdup_printf("%u.%u.%u.%u", byte4, byte3, byte2, byte1); in hexToIPAddress() 2114 unsigned int byte3 = (hexInt >> 8) & 0xFF; hexToIPAddress() local