Home
last modified time | relevance | path

Searched refs:HTTP_PORT (Results 1 – 9 of 9) sorted by relevance

/external/autotest/client/site_tests/telemetry_AFDOGenerateClient/
Dtelemetry_AFDOGenerateClient.py44 HTTP_PORT = 8000 variable
45 FILE_URL_PREFIX = 'http://localhost:%d/test_src/' % HTTP_PORT
62 self.listener = httpd.HTTPListener(HTTP_PORT, docroot=dep_dir)
/external/tcpdump/
Dtcp.h110 #ifndef HTTP_PORT
111 #define HTTP_PORT 80 macro
Dprint-tcp.c709 } else if (IS_SRC_OR_DST_PORT(HTTP_PORT) || IS_SRC_OR_DST_PORT(HTTP_PORT_ALT)) { in tcp_print()
/external/syslinux/gpxe/src/include/gpxe/
Dhttp.h13 #define HTTP_PORT 80 macro
/external/syslinux/core/fs/pxe/
Dhttp.c9 #define HTTP_PORT 80 macro
199 url->port = HTTP_PORT; in http_open()
/external/syslinux/gpxe/src/net/tcp/
Dhttp.c590 return http_open_filter ( xfer, uri, HTTP_PORT, NULL ); in http_open()
/external/python/cpython2/Lib/
Dhttplib.py94 HTTP_PORT = 80 variable
716 default_port = HTTP_PORT
Dcookielib.py53 DEFAULT_HTTP_PORT = str(httplib.HTTP_PORT)
/external/python/cpython2/Doc/library/
Dhttplib.rst215 .. data:: HTTP_PORT