Home
last modified time | relevance | path

Searched refs:packed_ip (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp-addr.c271 static unsigned packed_ip; /* Packed IPv4 address */ in httpGetHostByName() local
335 packed_ip = htonl(((((((ip[0] << 8) | ip[1]) << 8) | ip[2]) << 8) | ip[3])); in httpGetHostByName()
346 packed_ptr[0] = (char *)(&packed_ip); in httpGetHostByName()