Home
last modified time | relevance | path

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

/openbsd/usr.sbin/httpd/
H A Dhttp.h23 #define HTTPS_PORT 443 macro
H A Dparse.y2438 HTTPS_PORT : HTTP_PORT); in listen_on()
/openbsd/usr.sbin/relayd/
H A Dhttp.h25 #define HTTPS_PORT 443 macro
/openbsd/usr.bin/ftp/
H A Dftp_var.h90 #define HTTPS_PORT 443 /* default if ! getservbyname("https/tcp") */ macro
H A Dfetch.c541 snprintf(pbuf, sizeof(pbuf), "%d", HTTPS_PORT); in url_get()
H A Dftp.c142 snprintf(pbuf, sizeof(pbuf), "%d", HTTPS_PORT); in hookup()
/openbsd/usr.sbin/unbound/smallapp/
H A Dunbound-anchor.c155 #define HTTPS_PORT 443 macro
2349 int dolist=0, ip4only=0, ip6only=0, force=0, port = HTTPS_PORT; in main()