tag | line | file | source code |
---|---|---|---|
PORT_MASQ_END | 224 | include/linux/ip_fw.h | #define FTP_DPORT_TBD (PORT_MASQ_END+1) /* Avoid using hardcoded port 20 for ftp data connection */ |
PORT_MASQ_END | 867 | net/ipv4/af_inet.c | if(snum>=PORT_MASQ_BEGIN && snum<=PORT_MASQ_END) |
PORT_MASQ_END | 574 | net/ipv4/ip_fw.c | if (masq_port==PORT_MASQ_END) |
PORT_MASQ_END | 931 | net/ipv4/ip_fw.c | ntohs(portptr[1]) > PORT_MASQ_END) |