HomeSort by relevance Sort by last modified time
    Searched full:ipp_port (Results 1 - 9 of 9) sorted by null

  /external/libcups/cups/
usersys.c 402 cg->ipp_port = atoi(port);
405 if (!cg->ipp_port)
418 cg->ipp_port = 0;
933 if (!cg->server[0] || !cg->ipp_port)
936 if (!cg->ipp_port)
1265 const char *ipp_port; /* IPP_PORT environment variable */ local
1268 if ((ipp_port = getenv("IPP_PORT")) != NULL)
1270 if ((cg->ipp_port = atoi(ipp_port)) <= 0
    [all...]
cups-private.h 112 int ipp_port; /* IPP port number */ member in struct:_cups_globals_s
request.c 996 (httpAddrFamily(cg->http->hostaddr) != AF_LOCAL && cg->ipp_port != httpAddrPort(cg->http->hostaddr)) ||
998 cg->ipp_port != httpAddrPort(cg->http->hostaddr) ||
ipp.h 45 * Note: Applications should never use IPP_PORT, but instead use the
46 * ippPort() function to allow overrides via the IPP_PORT environment
50 # define IPP_PORT 631
    [all...]
ipp-support.c     [all...]
adminutil.c 873 cg->ipp_port != httpAddrPort(cg->http->hostaddr) ||
    [all...]
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipp_print.c 96 int ippPortNumber = ((port == IPP_PORT) ? ippPort() : port);
ipphelper.c     [all...]
  /external/libcups/filter/
testclient.c 202 port = IPP_PORT;

Completed in 5008 milliseconds