Home
last modified time | relevance | path

Searched refs:FTP_PORT (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/ftp/
H A Dftp_var.h87 #define FTP_PORT 21 /* default if ! getservbyname("ftp/tcp") */ macro
H A Dftp.c135 snprintf(pbuf, sizeof(pbuf), "%d", FTP_PORT); in hookup()