Lines Matching refs:http_addr_t
428 } http_addr_t; typedef
438 http_addr_t addr; /* Address */
522 extern int httpAddrAny(const http_addr_t *addr) _CUPS_API_1_2;
524 extern int httpAddrEqual(const http_addr_t *addr1,
525 const http_addr_t *addr2) _CUPS_API_1_2;
529 extern int httpAddrLength(const http_addr_t *addr) _CUPS_API_1_2;
530 extern int httpAddrLocalhost(const http_addr_t *addr) _CUPS_API_1_2;
531 extern char *httpAddrLookup(const http_addr_t *addr,
533 extern char *httpAddrString(const http_addr_t *addr,
602 extern int httpAddrListen(http_addr_t *addr, int port)
604 extern int httpAddrPort(http_addr_t *addr) _CUPS_API_1_7;
626 extern int httpAddrClose(http_addr_t *addr, int fd) _CUPS_API_2_0;
627 extern int httpAddrFamily(http_addr_t *addr) _CUPS_API_2_0;
635 extern http_addr_t *httpGetAddress(http_t *http) _CUPS_API_2_0;