Searched refs:packed_ip (Results 1 – 1 of 1) sorted by relevance
273 static unsigned packed_ip; /* Packed IPv4 address */ in httpGetHostByName() local337 packed_ip = htonl(((((((ip[0] << 8) | ip[1]) << 8) | ip[2]) << 8) | ip[3])); in httpGetHostByName()348 packed_ptr[0] = (char *)(&packed_ip); in httpGetHostByName()