Searched refs:masq (Results 1 – 6 of 6) sorted by relevance
/freebsd/tests/sys/netinet/libalias/ |
H A D | 3_natin.c | 50 LibAliasSetAddress(la, masq); 57 …pf1 = LibAliasRedirectPort(la, prv1, ntohs(0x1234), ext, ntohs(0x5678), masq, ntohs(0xabcd), IPPRO… 61 UDP_UNNAT_CHECK(p, u, ext, 0x5678, masq, 0xabcd, prv1, 0x1234); 63 UDP_UNNAT_CHECK(p, u, ext, 0x5678, masq, 0xabcd, prv1, 0x1234); 65 UDP_UNNAT_FAIL(p, u, pub, 0x5678, masq, 0xabcd); 66 UDP_UNNAT_FAIL(p, u, ext, 0xdead, masq, 0xabcd); 70 LibAliasSetAddress(la, masq); 74 UDP_UNNAT_FAIL(p, u, ext, 0x5678, masq, 0xabcd); 79 …pf2 = LibAliasRedirectPort(la, prv2, ntohs(0x1234), ext, ntohs(0), masq, ntohs(0xabcd), IPPROTO_UD… 82 UDP_UNNAT_CHECK(p, u, ext, 0x5678, masq, 0xabcd, prv2, 0x1234); [all …]
|
H A D | 2_natout.c | 48 LibAliasSetAddress(la, masq); 52 NAT_CHECK(pip, prv1, ext, masq); 53 NAT_CHECK(pip, prv2, ext, masq); 54 NAT_CHECK(pip, prv3, ext, masq); 55 NAT_CHECK(pip, cgn, ext, masq); 56 NAT_CHECK(pip, pub, ext, masq); 69 LibAliasSetAddress(la, masq); 73 NAT_CHECK(pip, prv1, ext, masq); 74 NAT_CHECK(pip, prv2, ext, masq); 75 NAT_CHECK(pip, prv3, ext, masq); [all …]
|
H A D | perf.c | 115 LibAliasSetAddress(la, masq); in main() 127 LibAliasRedirectPort(la, prv2, sport, ANY_ADDR, 0, masq, aport, IPPROTO_UDP); in main() 165 addr_eq(p->ip_src, masq)) in main() 182 p->ip_dst = masq; in main() 203 p->ip_dst = masq; in main() 239 p->ip_dst = masq; in main() 261 addr_eq(p->ip_src, masq)) in main()
|
H A D | util.c | 42 struct in_addr masq = { htonl(0x01020304) }; variable
|
H A D | util.h | 44 extern struct in_addr masq, pub, pub2, prv1, prv2, prv3, cgn, ext, ANY_ADDR;
|
/freebsd/contrib/sendmail/cf/ |
H A D | README | 933 MASQUERADE_AS(`masq.com') 937 then *foo.org and *bar.com are converted to masq.com. Without
|