Home
last modified time | relevance | path

Searched refs:httpAddrLocalhost (Results 1 – 18 of 18) sorted by relevance

/external/libcups/scheduler/
Dnetwork.c163 if (httpAddrLocalhost((http_addr_t *)(addr->ifa_addr))) in cupsdNetIFUpdate()
219 !httpAddrLocalhost(&(temp->address))) in cupsdNetIFUpdate()
Dlisten.c197 (httpAddrLocalhost(&(lis->address)) || in cupsdStartListening()
Dauth.c313 httpAddrLocalhost(httpGetAddress(con->http))) in cupsdAuthorize()
478 httpAddrLocalhost(httpGetAddress(con->http))) in cupsdAuthorize()
1572 if (httpAddrLocalhost(httpGetAddress(con->http)) || in cupsdIsAuthorized()
1639 !httpAddrLocalhost(hostaddr) && in cupsdIsAuthorized()
Ddirsvc.c1407 if (httpAddrLocalhost(&(lis->address))) in dnssdUpdateDNSSDName()
Dclient.c324 if (httpAddrLocalhost(&temp)) in cupsdAcceptClient()
3585 if (httpAddrLocalhost(httpGetAddress(con->http))) in valid_host()
Dipp.c1283 !httpAddrLocalhost(con->http->hostaddr)) in add_job()
5397 if (!httpAddrLocalhost(httpGetAddress(con->http))) in create_local_printer()
7523 local = httpAddrLocalhost(&(con->clientaddr)); in get_printers()
11374 !httpAddrLocalhost(con->http->hostaddr)) in validate_job()
Dconf.c3158 if (!httpAddrLocalhost(&(lis->address))) in read_cupsd_conf()
/external/libcups/cups/
Dhttp-addr.c283 httpAddrLocalhost( in httpAddrLocalhost() function
350 if (httpAddrLocalhost(addr)) in httpAddrLookup()
Dtls-boringssl.c377 if (httpAddrLocalhost(http->hostaddr)) in _httpTLSStart()
Dlibcups2.def350 httpAddrLocalhost
Dtls-sspi.c949 if (httpAddrLocalhost(http->hostaddr)) in _httpTLSStart()
996 else if (httpAddrLocalhost(&addr)) in _httpTLSStart()
1238 if (httpAddrLocalhost(http->hostaddr))
Dtls-gnutls.c1344 if (httpAddrLocalhost(http->hostaddr)) in _httpTLSStart()
1395 else if (httpAddrLocalhost(&addr)) in _httpTLSStart()
Drequest.c639 !httpAddrLocalhost(http->hostaddr) && !http->tls && in cupsSendRequest()
Dhttp.h509 extern int httpAddrLocalhost(const http_addr_t *addr) _CUPS_API_1_2;
Dtls-darwin.c1515 else if (httpAddrLocalhost(&addr)) in _httpTLSStart()
1577 if (httpAddrLocalhost(http->hostaddr)) in _httpTLSStart()
Dauth.c961 if (!httpAddrLocalhost(http->hostaddr) && _cups_strcasecmp(http->hostname, "localhost") != 0) in cups_local_auth()
Dhttp.c166 if (httpAddrLocalhost(http->hostaddr)) in httpAcceptConnection()
Ddest.c1687 if (!httpAddrLocalhost(httpGetAddress(http))) in cupsGetDests2()