Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-addr.c128 httpAddrLength(const http_addr_t *addr) /* I - Address */ in httpAddrLength() function
218 status = bind(fd, (struct sockaddr *)addr, (socklen_t)httpAddrLength(addr)); in httpAddrListen()
232 status = bind(fd, (struct sockaddr *)addr, (socklen_t)httpAddrLength(addr)); in httpAddrListen()
389 …int error = getnameinfo(&addr->addr, (socklen_t)httpAddrLength(addr), name, (socklen_t)namelen, NU… in httpAddrLookup()
543 …if (getnameinfo(&addr->addr, (socklen_t)httpAddrLength(addr), temps, sizeof(temps), NULL, 0, NI_NU… in httpAddrString()
Dlibcups2.def296 httpAddrLength
Dhttp.h529 extern int httpAddrLength(const http_addr_t *addr) _CUPS_API_1_2;
Dhttp-support.c2415 …int error = getnameinfo(&(addr->addr.addr), (socklen_t)httpAddrLength(&(addr->addr)), fqdn, sizeof… in http_resolve_cb()
2655 …int error = getnameinfo(&(addr->addr.addr), (socklen_t)httpAddrLength(&(addr->addr)), fqdn, sizeof… in http_resolve_cb()
Dhttp-addrlist.c199 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()