HomeSort by relevance Sort by last modified time
    Searched refs:http_port (Results 1 - 6 of 6) sorted by null

  /external/libcups/cups/
ppd-util.c 134 int http_port; /* Port number */ local
328 http_port = httpAddrPort(http->hostaddr);
331 http_hostname, http_port));
337 if (!_cups_strcasecmp(http_hostname, hostname) && port == http_port)
514 int http_port; /* Port number */ local
557 http_port = httpAddrPort(http->hostaddr);
653 if (!_cups_strcasecmp(http_hostname, host) && *port == http_port)
  /external/wpa_supplicant_8/src/wps/
wps_er.h 89 int http_port; member in struct:wps_er
wps_er.c 461 ap->er->ip_addr_text, ap->er->http_port,
    [all...]
  /external/autotest/client/common_lib/cros/tendo/
privet_helper.py 28 http_port=DEFAULT_HTTP_PORT, https_port=DEFAULT_HTTPS_PORT):
33 @param http_port: int HTTP port to use when making HTTP requests.
43 self._http_port = http_port
  /external/autotest/server/site_tests/buffet_PrivetSetupFlow/
buffet_PrivetSetupFlow.py 130 http_port=int(privet_record.port))
186 http_port=int(privet_record.port))
  /external/v8/tools/
callstats.py 54 http_port = 4080 + args.port_offset
58 "--port=%s" % http_port,
143 http_port = 4080 + args.port_offset
149 arg_delimiter, http_port, https_port,

Completed in 143 milliseconds