tag | line | file | source code |
maddr | 52 | include/net/ip_masq.h | __u32 saddr, daddr, maddr; /* src, dst & masq addresses */ |
maddr | 114 | net/ipv4/ip_masq.c | hash = ip_masq_hash_key(ms->protocol, ms->maddr, ms->mport); |
maddr | 147 | net/ipv4/ip_masq.c | hash = ip_masq_hash_key(ms->protocol, ms->maddr, ms->mport); |
maddr | 200 | net/ipv4/ip_masq.c | (d_addr==ms->maddr && d_port==ms->mport)) |
maddr | 253 | net/ipv4/ip_masq.c | (m_addr==ms->maddr && m_port==ms->mport)) |
maddr | 325 | net/ipv4/ip_masq.c | ms->maddr = dev->pa_addr; |
maddr | 344 | net/ipv4/ip_masq.c | mst = ip_masq_getbym(proto, ms->maddr, ms->mport); |
maddr | 451 | net/ipv4/ip_masq.c | iph->saddr = ms->maddr; |
maddr | 500 | net/ipv4/ip_masq.c | printk("O-routed from %lX:%X over %s\n",ntohl(ms->maddr),ntohs(ms->mport),dev->name); |
maddr | 120 | net/ipv4/ip_masq_ftp.c | from = ntohl(n_ms->maddr); |
maddr | 183 | net/ipv4/ip_masq_irc.c | ntohl(n_ms->maddr),ntohs(n_ms->mport)); |