taglinefilesource code
PORT_MASQ_END203include/linux/ip_fw.h#define FTP_DPORT_TBD (PORT_MASQ_END+1) /* Avoid using hardcoded port 20 for ftp data connection */
PORT_MASQ_END851net/ipv4/af_inet.cif(snum>=PORT_MASQ_BEGIN && snum<=PORT_MASQ_END)
PORT_MASQ_END563net/ipv4/ip_fw.cif (masq_port==PORT_MASQ_END)
PORT_MASQ_END920net/ipv4/ip_fw.cntohs(portptr[1]) > PORT_MASQ_END)