Searched refs:byte4 (Results 1 – 1 of 1) sorted by relevance
2117 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