tag | line | file | source code |
dport | 160 | include/linux/ip_fw.h | __u16 sport,dport; /* Source and destination ports */ |
dport | 682 | net/ipv4/ip_fw.c | ms->dport = htons(FTP_DPORT_TBD); /* ftp-data */ |
dport | 822 | net/ipv4/ip_fw.c | portptr[0] == ms->sport && portptr[1] == ms->dport) |
dport | 846 | net/ipv4/ip_fw.c | ms->dport = portptr[1]; |
dport | 944 | net/ipv4/ip_fw.c | (ms->dport==htons(FTP_DPORT_TBD) || portptr[0]==ms->dport) && |
dport | 952 | net/ipv4/ip_fw.c | if(ms->dport==htons(FTP_DPORT_TBD)) |
dport | 954 | net/ipv4/ip_fw.c | ms->dport=portptr[0]; |
dport | 956 | 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 | 1665 | net/ipv4/ip_fw.c | ntohl(ms->dst),ntohs(ms->dport), |