Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-addr.c38 httpAddrAny(const http_addr_t *addr) /* I - Address to check */ in httpAddrAny()
69 httpAddrClose(http_addr_t *addr, /* I - Listen address or @code NULL@ */ in httpAddrClose()
95 httpAddrEqual(const http_addr_t *addr1, /* I - First address */ in httpAddrEqual()
96 const http_addr_t *addr2) /* I - Second address */ in httpAddrEqual()
128 httpAddrLength(const http_addr_t *addr) /* I - Address */ in httpAddrLength()
159 httpAddrListen(http_addr_t *addr, /* I - Address to bind to */ in httpAddrListen()
286 const http_addr_t *addr) /* I - Address to check */ in httpAddrLocalhost()
318 const http_addr_t *addr, /* I - Address to lookup */ in httpAddrLookup()
440 httpAddrFamily(http_addr_t *addr) /* I - Address */ in httpAddrFamily()
456 httpAddrPort(http_addr_t *addr) /* I - Address */ in httpAddrPort()
[all …]
Dhttp.h428 } 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)
[all …]
Dsnmp-private.h84 http_addr_t address; /* Source address */
126 extern int _cupsSNMPWalk(int fd, http_addr_t *address, int version,
130 extern int _cupsSNMPWrite(int fd, http_addr_t *address, int version,
Dtestsnmp.c29 http_addr_t *addr, const char *s, int walk);
202 http_addr_t *addr, /* I - Address to query */ in show_oid()
Dhttp-private.h320 http_addr_t *hostaddr; /* Current host address and port */
437 extern void _httpAddrSetPort(http_addr_t *addr, int port);
Dsnmp.c351 http_addr_t address; /* Source address */ in _cupsSNMPRead()
549 http_addr_t *address, /* I - Address to query */ in _cupsSNMPWalk()
640 http_addr_t *address, /* I - Address to send to */ in _cupsSNMPWrite()
652 http_addr_t temp; /* Copy of address */ in _cupsSNMPWrite()
Dhttp-addrlist.c89 http_addr_t peer; /* Peer address */ in httpAddrConnect2()
Dtls-gnutls.c1369 http_addr_t addr; /* Connection address */ in _httpTLSStart()
Dtls-darwin.c1449 http_addr_t addr; /* Connection address */ in _httpTLSStart()
Dtls-sspi.c993 http_addr_t addr; /* Connection address */ in _httpTLSStart()
Dhttp.c157 addrlen = sizeof(http_addr_t); in httpAcceptConnection()