Searched refs:http_port (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | ppd-util.c | 134 int http_port; /* Port number */ in cupsGetPPD3() local 328 http_port = httpAddrPort(http->hostaddr); in cupsGetPPD3() 331 http_hostname, http_port)); in cupsGetPPD3() 337 if (!_cups_strcasecmp(http_hostname, hostname) && port == http_port) in cupsGetPPD3() 514 int http_port; /* Port number */ in cups_get_printer_uri() local 557 http_port = httpAddrPort(http->hostaddr); in cups_get_printer_uri() 653 if (!_cups_strcasecmp(http_hostname, host) && *port == http_port) in cups_get_printer_uri()
|
/external/autotest/client/common_lib/cros/tendo/ |
D | privet_helper.py | 28 http_port=DEFAULT_HTTP_PORT, https_port=DEFAULT_HTTPS_PORT): argument 43 self._http_port = http_port
|
/external/v8/tools/ |
D | callstats.py | 57 http_port = 4080 + args.port_offset 61 "--port=%s" % http_port, 146 http_port = 4080 + args.port_offset 152 arg_delimiter, http_port, https_port,
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_er.h | 89 int http_port; member
|
D | wps_er.c | 461 ap->er->ip_addr_text, ap->er->http_port, in wps_er_subscribe() 1321 er->http_port = http_server_get_port(er->http_srv); in wps_er_init()
|