http_addr_t
httpAddrLocalhost(const http_addr_t *addr)
httpAddrLookup(const http_addr_t *addr, /* I - Address to lookup */
httpAddrString(const http_addr_t *addr, /* I - Address to convert */
httpAddrAny(const http_addr_t *addr) /* I - Address to check */
httpAddrEqual(const http_addr_t *addr1, /* I - First address */
const http_addr_t *addr2) /* I - Second address */
http_addr_t *addr) /* O - Address to load */
http_addr_t hostaddr; /* Host address and port */
extern int httpAddrAny(const http_addr_t *addr);
extern int httpAddrEqual(const http_addr_t *addr1,
const http_addr_t *addr2);
int n, http_addr_t *addr);
extern int httpAddrLocalhost(const http_addr_t *addr);
extern char *httpAddrLookup(const http_addr_t *addr,
extern char *httpAddrString(const http_addr_t *addr,