Searched defs:http_addr_t (Results 1 - 1 of 1) 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,

Completed in 46 milliseconds