Home
last modified time | relevance | path

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

12

/external/libcups/cups/
Dhttp-addr.c36 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 …]
Dhttp.h423 } 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 …]
Dsnmp-private.h79 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,
Dhttp-private.h254 http_addr_t *hostaddr; /* Current host address and port */
323 extern void _httpAddrSetPort(http_addr_t *addr, int port) _CUPS_PRIVATE;
Dtestsnmp.c23 http_addr_t *addr, const char *s, int walk);
196 http_addr_t *addr, /* I - Address to query */ in show_oid()
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.c85 http_addr_t peer; /* Peer address */ in httpAddrConnect2()
Dtls-gnutls.c1386 http_addr_t addr; /* Connection address */ in _httpTLSStart()
Dtls-darwin.c1506 http_addr_t addr; /* Connection address */ in _httpTLSStart()
Dtls-sspi.c987 http_addr_t addr; /* Connection address */ in _httpTLSStart()
Dhttp.c153 addrlen = sizeof(http_addr_t); in httpAcceptConnection()
/external/libcups/backend/
Dbackend-private.h292 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,
Dnetwork.c27 http_addr_t *addr) /* I - Address of device */ in backendCheckSideChannel()
111 http_addr_t *addr, /* I - Address of device */ in backendNetworkSideCB()
Dsnmp.c99 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()
Drunloop.c132 http_addr_t *addr, /* I - Address of device */ in backendRunLoop()
419 http_addr_t *addr, /* I - Address of device */ in backendWaitLoop()
Dusb-unix.c26 http_addr_t *addr, int use_bc);
536 http_addr_t *addr, /* I - Device address (unused) */ in side_cb()
Dsnmp-supplies.c69 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()
Dlpd.c560 http_addr_t addr; /* Socket address */ in cups_rresvport()
/external/libcups/scheduler/
Dclient.h54 http_addr_t clientaddr; /* Client's server address */
78 http_addr_t address; /* Bind address of socket */
Dnetwork.c153 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()
Dnetwork.h19 http_addr_t address, /* Network address */
Dcups-lpd.c91 http_addr_t hostaddr; /* Address of client */ in main()
Dmain.c1850 http_addr_t addr; /* Address variable */ in service_add_listener()
Dauth.c1534 http_addr_t *hostaddr = httpGetAddress(con->http); in cupsdIsAuthorized()
Dclient.c69 http_addr_t temp; /* Temporary address variable */ in cupsdAcceptClient()

12