Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/ftp/
H A Dftp_var.h175 extern char *httpport; /* port number to use for http connections */
H A Dmain.c161 char *httpport; variable
326 httpport = "http"; in main()
H A Dfetch.c513 port = portnum ? portnum : (ishttpsurl ? httpsport : httpport); in url_get()
515 port = portnum ? portnum : httpport; in url_get()
536 if (error == EAI_SERVICE && port == httpport) { in url_get()