C Macro/Function to Convert a IP Address into a 32-bit Integer July 27, 2021 c / c++, IP Address No Comments We know the IPv4 Address is 32-bit which consists of four integers from 0 to 255 inclusive. We can use a 32-bit integer to represent a valid IP address. … [Continue Reading...]