taglinefilesource code
masq_port154net/ipv4/ip_fw.cstatic unsigned short masq_port = PORT_MASQ_BEGIN;
masq_port573net/ipv4/ip_fw.cms->mport = htons(masq_port++);
masq_port574net/ipv4/ip_fw.cif (masq_port==PORT_MASQ_END)
masq_port575net/ipv4/ip_fw.cmasq_port = PORT_MASQ_BEGIN;