Hi folks,
    I'm trying to loop between 2 contiguous IP addresses.
The simplest way I can see to do this would be simply to loop between the network byte ordered numbers, but on a little endian system this won't work...
The Socket library doesn't seem to support the 'ntohl' function...
Is there another way of doing this ?
 
Thanks,
            JJ
 

Reply via email to