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.h293 } http_addr_t; typedef in typeref:union:__anon4295
337 http_addr_t hostaddr; /* Host address and port */
412 extern int httpAddrAny(const http_addr_t *addr);
413 extern int httpAddrEqual(const http_addr_t *addr1,
414 const http_addr_t *addr2);
416 int n, http_addr_t *addr);
417 extern int httpAddrLocalhost(const http_addr_t *addr);
418 extern char *httpAddrLookup(const http_addr_t *addr,
420 extern char *httpAddrString(const http_addr_t *addr,
H A Dhttp-addr.c53 httpAddrAny(const http_addr_t *addr) /* I - Address to check */
74 httpAddrEqual(const http_addr_t *addr1, /* I - First address */
75 const http_addr_t *addr2) /* I - Second address */
97 http_addr_t *addr) /* O - Address to load */
142 httpAddrLocalhost(const http_addr_t *addr)
176 httpAddrLookup(const http_addr_t *addr, /* I - Address to lookup */
223 httpAddrString(const http_addr_t *addr, /* I - Address to convert */

Completed in 44 milliseconds