I have several IP addresses:
192.168.0.2 , 192.168.0.3 , 192.168.0.4 , 192.168.0.5 These IP addresses need to be written into the array my_ip_address [4]. But what type of array should be my_ip_address [4], so that it is convenient and error-free to work with it?
uint32_tis, of course, for IPv4 - avp