Home
last modified time | relevance | path

Searched refs:fw_iptables_init_nat (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dfirewall-util-iptables.c105 r = fw_iptables_init_nat(&h); in fw_iptables_add_masquerade()
195 r = fw_iptables_init_nat(&h); in fw_iptables_add_local_dnat()
352 int fw_iptables_init_nat(struct xtc_handle **ret) { in fw_iptables_init_nat() function
Dfirewall-util-private.h66 int fw_iptables_init_nat(struct xtc_handle **ret);
/systemd-251/src/test/
Dtest-firewall-util.c65 if (ctx->backend == FW_BACKEND_IPTABLES && fw_iptables_init_nat(NULL) < 0) { in test_v4()