HomeSort by relevance Sort by last modified time
    Searched refs:http_addr_t (Results 1 - 11 of 11) sorted by null

  /external/libcups/cups/
snmp-private.h 84 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,
http-addr.c 38 httpAddrAny(const http_addr_t *addr) /* I - Address to check */
69 httpAddrClose(http_addr_t *addr, /* I - Listen address or @code NULL@ */
95 httpAddrEqual(const http_addr_t *addr1, /* I - First address */
96 const http_addr_t *addr2) /* I - Second address */
128 httpAddrLength(const http_addr_t *addr) /* I - Address */
159 httpAddrListen(http_addr_t *addr, /* I - Address to bind to */
286 const http_addr_t *addr) /* I - Address to check */
318 const http_addr_t *addr, /* I - Address to lookup */
440 httpAddrFamily(http_addr_t *addr) /* I - Address */
456 httpAddrPort(http_addr_t *addr) /* I - Address *
    [all...]
http.h 424 } http_addr_t; typedef in typeref:union:_http_addr_u
433 http_addr_t addr; /* Address */
518 extern int httpAddrAny(const http_addr_t *addr) _CUPS_API_1_2;
520 extern int httpAddrEqual(const http_addr_t *addr1,
521 const http_addr_t *addr2) _CUPS_API_1_2;
525 extern int httpAddrLength(const http_addr_t *addr) _CUPS_API_1_2;
526 extern int httpAddrLocalhost(const http_addr_t *addr) _CUPS_API_1_2;
527 extern char *httpAddrLookup(const http_addr_t *addr,
529 extern char *httpAddrString(const http_addr_t *addr,
598 extern int httpAddrListen(http_addr_t *addr, int port
    [all...]
testsnmp.c 29 http_addr_t *addr, const char *s, int walk);
202 http_addr_t *addr, /* I - Address to query */
http-private.h 319 http_addr_t *hostaddr; /* Current host address and port */
425 extern void _httpAddrSetPort(http_addr_t *addr, int port);
snmp.c 351 http_addr_t address; /* Source address */
549 http_addr_t *address, /* I - Address to query */
640 http_addr_t *address, /* I - Address to send to */
652 http_addr_t temp; /* Copy of address */
    [all...]
http-addrlist.c 88 http_addr_t peer; /* Peer address */
tls-gnutls.c     [all...]
tls-darwin.c     [all...]
tls-sspi.c 987 http_addr_t addr; /* Connection address */
    [all...]
http.c 152 addrlen = sizeof(http_addr_t);
    [all...]

Completed in 1017 milliseconds