Searched refs:HTTPS_PORT (Results 1 – 7 of 7) sorted by relevance
/openbsd/usr.sbin/httpd/ |
H A D | http.h | 23 #define HTTPS_PORT 443 macro
|
H A D | parse.y | 2438 HTTPS_PORT : HTTP_PORT); in listen_on()
|
/openbsd/usr.sbin/relayd/ |
H A D | http.h | 25 #define HTTPS_PORT 443 macro
|
/openbsd/usr.bin/ftp/ |
H A D | ftp_var.h | 90 #define HTTPS_PORT 443 /* default if ! getservbyname("https/tcp") */ macro
|
H A D | fetch.c | 541 snprintf(pbuf, sizeof(pbuf), "%d", HTTPS_PORT); in url_get()
|
H A D | ftp.c | 142 snprintf(pbuf, sizeof(pbuf), "%d", HTTPS_PORT); in hookup()
|
/openbsd/usr.sbin/unbound/smallapp/ |
H A D | unbound-anchor.c | 155 #define HTTPS_PORT 443 macro 2349 int dolist=0, ip4only=0, ip6only=0, force=0, port = HTTPS_PORT; in main()
|