Searched refs:GATE_PORT (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.bin/ftp/ | ||
H A D | ftp_var.h | 88 #define GATE_PORT 21 /* default if ! getservbyname("ftpgate/tcp") */ macro |
H A D | ftp.c | 137 snprintf(pbuf, sizeof(pbuf), "%d", GATE_PORT); in hookup() |