Home
last modified time | relevance | path

Searched refs:httpsport (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/ftp/
H A Dftp_var.h177 extern char *httpsport; /* port number to use for https connections */
H A Dmain.c163 char *httpsport; variable
328 httpsport = "https"; in main()
H A Dfetch.c513 port = portnum ? portnum : (ishttpsurl ? httpsport : httpport); in url_get()
540 } else if (error == EAI_SERVICE && port == httpsport) { in url_get()