Searched refs:httpAddrLength (Results 1 – 6 of 6) sorted by relevance
/external/libcups/cups/ |
D | http-addr.c | 128 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()
|
D | libcups2.def | 296 httpAddrLength
|
D | http.h | 529 extern int httpAddrLength(const http_addr_t *addr) _CUPS_API_1_2;
|
D | http-support.c | 2415 …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()
|
D | http-addrlist.c | 199 if (!connect(fds[nfds], &(addrlist->addr.addr), (socklen_t)httpAddrLength(&(addrlist->addr)))) in httpAddrConnect2()
|
D | snmp.c | 717 …return (sendto(fd, buffer, (size_t)bytes, 0, (void *)&temp, (socklen_t)httpAddrLength(&temp)) == b… in _cupsSNMPWrite()
|