taglinefilesource code
masq_port156net/ipv4/ip_fw.cstatic unsigned short masq_port = PORT_MASQ_BEGIN;
masq_port581net/ipv4/ip_fw.cms->mport = htons(masq_port++);
masq_port582net/ipv4/ip_fw.cif (masq_port==PORT_MASQ_END)
masq_port583net/ipv4/ip_fw.cmasq_port = PORT_MASQ_BEGIN;