/external/libcups/cups/ |
D | http-addr.c | 36 httpAddrAny(const http_addr_t *addr) /* I - Address to check */ in httpAddrAny() 67 httpAddrClose(http_addr_t *addr, /* I - Listen address or @code NULL@ */ in httpAddrClose() 93 httpAddrEqual(const http_addr_t *addr1, /* I - First address */ in httpAddrEqual() 94 const http_addr_t *addr2) /* I - Second address */ in httpAddrEqual() 126 httpAddrLength(const http_addr_t *addr) /* I - Address */ in httpAddrLength() 157 httpAddrListen(http_addr_t *addr, /* I - Address to bind to */ in httpAddrListen() 284 const http_addr_t *addr) /* I - Address to check */ in httpAddrLocalhost() 316 const http_addr_t *addr, /* I - Address to lookup */ in httpAddrLookup() 438 httpAddrFamily(http_addr_t *addr) /* I - Address */ in httpAddrFamily() 454 httpAddrPort(http_addr_t *addr) /* I - Address */ in httpAddrPort() [all …]
|
D | http.h | 423 } http_addr_t; typedef 433 http_addr_t addr; /* Address */ 503 extern int httpAddrAny(const http_addr_t *addr) _CUPS_API_1_2; 505 extern int httpAddrEqual(const http_addr_t *addr1, const http_addr_t *addr2) _CUPS_API_1_2; 508 extern int httpAddrLength(const http_addr_t *addr) _CUPS_API_1_2; 509 extern int httpAddrLocalhost(const http_addr_t *addr) _CUPS_API_1_2; 510 extern char *httpAddrLookup(const http_addr_t *addr, char *name, int namelen) _CUPS_API_1_2; 511 extern char *httpAddrString(const http_addr_t *addr, char *s, int slen) _CUPS_API_1_2; 549 extern int httpAddrListen(http_addr_t *addr, int port) _CUPS_API_1_7; 550 extern int httpAddrPort(http_addr_t *addr) _CUPS_API_1_7; [all …]
|
D | snmp-private.h | 79 http_addr_t address; /* Source address */ 121 extern int _cupsSNMPWalk(int fd, http_addr_t *address, int version, 125 extern int _cupsSNMPWrite(int fd, http_addr_t *address, int version,
|
D | http-private.h | 254 http_addr_t *hostaddr; /* Current host address and port */ 323 extern void _httpAddrSetPort(http_addr_t *addr, int port) _CUPS_PRIVATE;
|
D | testsnmp.c | 23 http_addr_t *addr, const char *s, int walk); 196 http_addr_t *addr, /* I - Address to query */ in show_oid()
|
D | snmp.c | 351 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()
|
D | http-addrlist.c | 85 http_addr_t peer; /* Peer address */ in httpAddrConnect2()
|
D | tls-gnutls.c | 1386 http_addr_t addr; /* Connection address */ in _httpTLSStart()
|
D | tls-darwin.c | 1506 http_addr_t addr; /* Connection address */ in _httpTLSStart()
|
D | tls-sspi.c | 987 http_addr_t addr; /* Connection address */ in _httpTLSStart()
|
D | http.c | 153 addrlen = sizeof(http_addr_t); in httpAcceptConnection()
|
/external/libcups/backend/ |
D | backend-private.h | 292 http_addr_t *addr, int use_bc); 299 extern void backendCheckSideChannel(int snmp_fd, http_addr_t *addr); 312 int snmp_fd, http_addr_t *addr, 315 http_addr_t *addr, int use_bc, 317 extern int backendSNMPSupplies(int snmp_fd, http_addr_t *addr, 320 extern int backendWaitLoop(int snmp_fd, http_addr_t *addr,
|
D | network.c | 27 http_addr_t *addr) /* I - Address of device */ in backendCheckSideChannel() 111 http_addr_t *addr, /* I - Address of device */ in backendNetworkSideCB()
|
D | snmp.c | 99 http_addr_t address; /* Address of device */ 115 static void add_cache(http_addr_t *addr, const char *addrname, 135 static int try_connect(http_addr_t *addr, const char *addrname, 282 add_cache(http_addr_t *addr, /* I - Device IP address */ in add_cache() 1293 try_connect(http_addr_t *addr, /* I - Socket address */ in try_connect()
|
D | runloop.c | 132 http_addr_t *addr, /* I - Address of device */ in backendRunLoop() 419 http_addr_t *addr, /* I - Address of device */ in backendWaitLoop()
|
D | usb-unix.c | 26 http_addr_t *addr, int use_bc); 536 http_addr_t *addr, /* I - Device address (unused) */ in side_cb()
|
D | snmp-supplies.c | 69 static http_addr_t current_addr; /* Current address */ 199 static void backend_init_supplies(int snmp_fd, http_addr_t *addr); 212 http_addr_t *addr, /* I - Printer address */ in backendSNMPSupplies() 439 http_addr_t *addr) /* I - Printer address */ in backend_init_supplies()
|
D | lpd.c | 560 http_addr_t addr; /* Socket address */ in cups_rresvport()
|
/external/libcups/scheduler/ |
D | client.h | 54 http_addr_t clientaddr; /* Client's server address */ 78 http_addr_t address; /* Bind address of socket */
|
D | network.c | 153 httpAddrLookup((http_addr_t *)(addr->ifa_addr), hostname, in cupsdNetIFUpdate() 163 if (httpAddrLocalhost((http_addr_t *)(addr->ifa_addr))) in cupsdNetIFUpdate() 166 httpAddrString((http_addr_t *)(addr->ifa_addr), hostname, in cupsdNetIFUpdate()
|
D | network.h | 19 http_addr_t address, /* Network address */
|
D | cups-lpd.c | 91 http_addr_t hostaddr; /* Address of client */ in main()
|
D | main.c | 1850 http_addr_t addr; /* Address variable */ in service_add_listener()
|
D | auth.c | 1534 http_addr_t *hostaddr = httpGetAddress(con->http); in cupsdIsAuthorized()
|
D | client.c | 69 http_addr_t temp; /* Temporary address variable */ in cupsdAcceptClient()
|