tag | line | file | source code |
---|---|---|---|
sport | 142 | include/linux/ip_fw.h | __u16 sport,dport; /* Source and destoination ports */ |
sport | 438 | net/ipv4/ip_fw.c | ntohl(ms->src),ntohs(ms->sport)); |
sport | 579 | net/ipv4/ip_fw.c | ms->sport = htons(port); /* derived from PORT cmd */ |
sport | 686 | net/ipv4/ip_fw.c | portptr[0] == ms->sport && portptr[1] == ms->dport) |
sport | 709 | net/ipv4/ip_fw.c | ms->sport = portptr[0]; |
sport | 811 | net/ipv4/ip_fw.c | portptr[1] = ms->sport; |
sport | 1488 | net/ipv4/ip_fw.c | ntohl(ms->src),ntohs(ms->sport), |