Is there a library function that lets me do:
int value = add_one_to_ip( "10.10.10.10" ) ;
System.out.print ( value );
gives : 10.10.10.11
Of course if the function can do impressive things with the subnet mask and
incrementing the network number when the highest ip is reached, that would be
useful.