Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/httpd/
H A Dhttp.h22 #define HTTP_PORT 80 macro
H A Dserver_http.c812 if (port == HTTP_PORT) in server_http_host()
H A Dparse.y2438 HTTPS_PORT : HTTP_PORT); in listen_on()
/openbsd-src/usr.sbin/relayd/
H A Dhttp.h24 #define HTTP_PORT 80 macro
/openbsd-src/usr.bin/ftp/
H A Dftp_var.h89 #define HTTP_PORT 80 /* default if ! getservbyname("http/tcp") */ macro
H A Dfetch.c537 snprintf(pbuf, sizeof(pbuf), "%d", HTTP_PORT); in url_get()
H A Dftp.c139 snprintf(pbuf, sizeof(pbuf), "%d", HTTP_PORT); in hookup()