taglinefilesource code
masq_port142net/ipv4/ip_fw.cstatic unsigned short masq_port = PORT_MASQ_BEGIN;
masq_port562net/ipv4/ip_fw.cms->mport = htons(masq_port++);
masq_port563net/ipv4/ip_fw.cif (masq_port==PORT_MASQ_END)
masq_port564net/ipv4/ip_fw.cmasq_port = PORT_MASQ_BEGIN;