Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h291 } http_addr_t; typedef
335 http_addr_t hostaddr; /* Host address and port */
410 extern int httpAddrAny(const http_addr_t *addr);
411 extern int httpAddrEqual(const http_addr_t *addr1,
412 const http_addr_t *addr2);
414 int n, http_addr_t *addr);
415 extern int httpAddrLocalhost(const http_addr_t *addr);
416 extern char *httpAddrLookup(const http_addr_t *addr,
418 extern char *httpAddrString(const http_addr_t *addr,
H A Dhttp-addr.c51 httpAddrAny(const http_addr_t *addr) /* I - Address to check */ in httpAddrAny()
72 httpAddrEqual(const http_addr_t *addr1, /* I - First address */ in httpAddrEqual()
73 const http_addr_t *addr2) /* I - Second address */ in httpAddrEqual()
95 http_addr_t *addr) /* O - Address to load */ in httpAddrLoad()
140 httpAddrLocalhost(const http_addr_t *addr) in httpAddrLocalhost()
174 httpAddrLookup(const http_addr_t *addr, /* I - Address to lookup */ in httpAddrLookup()
221 httpAddrString(const http_addr_t *addr, /* I - Address to convert */ in httpAddrString()