taglinefilesource code
masq_port135net/ipv4/ip_fw.cstatic unsigned short masq_port = PORT_MASQ_BEGIN;
masq_port514net/ipv4/ip_fw.cms->mport = htons(masq_port++);
masq_port515net/ipv4/ip_fw.cif (masq_port==PORT_MASQ_END)
masq_port516net/ipv4/ip_fw.cmasq_port = PORT_MASQ_BEGIN;