hexip
translates hex formatted ip addresses to long and dot decimal
this is the format that the linux kernel stores in /proc/net/tcp for example and is probably used in tons of other places
var hexip = ; === "10.50.51.68"; hexip === 171062084; hexip === "4433320A"; hexip === "4433320A";