Home
last modified time | relevance | path

Searched refs:httpAddrFamily (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Dlibcups2.def293 httpAddrFamily
Dhttp-addr.c440 httpAddrFamily(http_addr_t *addr) /* I - Address */ in httpAddrFamily() function
Drequest.c1008 …(httpAddrFamily(cg->http->hostaddr) != AF_LOCAL && cg->ipp_port != httpAddrPort(cg->http->hostaddr… in _cupsConnect()
Dhttp.h627 extern int httpAddrFamily(http_addr_t *addr) _CUPS_API_2_0;
Dhttp-addrlist.c138 if ((fds[nfds] = (int)socket(httpAddrFamily(&(addrlist->addr)), SOCK_STREAM, 0)) < 0) in httpAddrConnect2()