Home
last modified time | relevance | path

Searched refs:httpAddrLength (Results 1 – 8 of 8) sorted by relevance

/external/libcups/cups/
Dhttp-addr.c126 httpAddrLength(const http_addr_t *addr) /* I - Address */ in httpAddrLength() function
216 status = bind(fd, (struct sockaddr *)addr, (socklen_t)httpAddrLength(addr)); in httpAddrListen()
230 status = bind(fd, (struct sockaddr *)addr, (socklen_t)httpAddrLength(addr)); in httpAddrListen()
387 …int error = getnameinfo(&addr->addr, (socklen_t)httpAddrLength(addr), name, (socklen_t)namelen, NU… in httpAddrLookup()
541 …if (getnameinfo(&addr->addr, (socklen_t)httpAddrLength(addr), temps, sizeof(temps), NULL, 0, NI_NU… in httpAddrString()
Dlibcups2.def348 httpAddrLength
Dhttp.h508 extern int httpAddrLength(const http_addr_t *addr) _CUPS_API_1_2;
Dhttp-support.c2416 …int error = getnameinfo(&(addr->addr.addr), (socklen_t)httpAddrLength(&(addr->addr)), fqdn, sizeof… in http_resolve_cb()
2656 …int error = getnameinfo(&(addr->addr.addr), (socklen_t)httpAddrLength(&(addr->addr)), fqdn, sizeof… in http_resolve_cb()
Dhttp-addrlist.c195 if (!connect(fds[nfds], &(addrlist->addr.addr), (socklen_t)httpAddrLength(&(addrlist->addr)))) in httpAddrConnect2()
Dsnmp.c717 …return (sendto(fd, buffer, (size_t)bytes, 0, (void *)&temp, (socklen_t)httpAddrLength(&temp)) == b… in _cupsSNMPWrite()
/external/libcups/backend/
Dlpd.c594 if (!bind(fd, (struct sockaddr *)&addr, (socklen_t)httpAddrLength(&addr))) in cups_rresvport()
831 if (!connect(fd, &(addr->addr.addr), (socklen_t)httpAddrLength(&(addr->addr)))) in lpd_queue()
Dsnmp.c1315 status = connect(fd, (void *)addr, (socklen_t)httpAddrLength(addr)); in try_connect()