tag | line | file | source code |
---|---|---|---|
sport | 143 | include/linux/ip_fw.h | __u16 sport,dport; /* Source and destoination ports */ |
sport | 496 | net/ipv4/ip_fw.c | ntohl(ms->src),ntohs(ms->sport)); |
sport | 638 | net/ipv4/ip_fw.c | ms->sport = htons(port); /* derived from PORT cmd */ |
sport | 766 | net/ipv4/ip_fw.c | portptr[0] == ms->sport && portptr[1] == ms->dport) |
sport | 789 | net/ipv4/ip_fw.c | ms->sport = portptr[0]; |
sport | 892 | net/ipv4/ip_fw.c | portptr[1] = ms->sport; |
sport | 1576 | net/ipv4/ip_fw.c | ntohl(ms->src),ntohs(ms->sport), |