Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dtcp.h94 #ifndef FTP_PORT
95 #define FTP_PORT 21 macro
H A Dprint-tcp.c739 if (IS_SRC_OR_DST_PORT(FTP_PORT)) { in tcp_print()
/freebsd/contrib/tnftp/src/
H A Dftp_var.h183 #define FTP_PORT 21 /* default if ! getservbyname("ftp/tcp") */ macro
H A Dfetch.c350 *portnum = FTP_PORT; in parse_url()