taglinefilesource code
n_ms60net/ipv4/ip_masq_ftp.cstruct ip_masq *n_ms;
n_ms107net/ipv4/ip_masq_ftp.cn_ms = ip_masq_new(dev, IPPROTO_TCP,
n_ms112net/ipv4/ip_masq_ftp.cif (n_ms==NULL)
n_ms115net/ipv4/ip_masq_ftp.cip_masq_set_expire(n_ms, MASQUERADE_EXPIRE_TCP_FIN);
n_ms120net/ipv4/ip_masq_ftp.cfrom = ntohl(n_ms->maddr);
n_ms121net/ipv4/ip_masq_ftp.cport = ntohs(n_ms->mport);
n_ms60net/ipv4/ip_masq_irc.cstruct ip_masq *n_ms;
n_ms168net/ipv4/ip_masq_irc.cn_ms = ip_masq_new(dev, IPPROTO_TCP,
n_ms173net/ipv4/ip_masq_irc.cif (n_ms==NULL)
n_ms176net/ipv4/ip_masq_irc.cip_masq_set_expire(n_ms, MASQUERADE_EXPIRE_TCP_FIN);
n_ms183net/ipv4/ip_masq_irc.cntohl(n_ms->maddr),ntohs(n_ms->mport));