| tag | line | file | source code |
| dport | 143 | include/linux/ip_fw.h | __u16 sport,dport; /* Source and destination ports */ |
| dport | 666 | net/ipv4/ip_fw.c | ms->dport = htons(FTP_DPORT_TBD); /* ftp-data */ |
| dport | 806 | net/ipv4/ip_fw.c | portptr[0] == ms->sport && portptr[1] == ms->dport) |
| dport | 830 | net/ipv4/ip_fw.c | ms->dport = portptr[1]; |
| dport | 928 | net/ipv4/ip_fw.c | (ms->dport==htons(FTP_DPORT_TBD) || portptr[0]==ms->dport) && |
| dport | 936 | net/ipv4/ip_fw.c | if(ms->dport==htons(FTP_DPORT_TBD)) |
| dport | 938 | net/ipv4/ip_fw.c | ms->dport=portptr[0]; |
| dport | 940 | net/ipv4/ip_fw.c | printk("demasq : Filled out dport entry (%d) based on initial connect attempt from FTP deamon\n",ntohs(ms->dport)); |
| dport | 1645 | net/ipv4/ip_fw.c | ntohl(ms->dst),ntohs(ms->dport), |