Searched refs:remote_port (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/shared/ |
D | firewall-util.c | 106 uint16_t remote_port, in fw_add_local_dnat() argument 122 …turn fw_iptables_add_local_dnat(add, af, protocol, local_port, remote, remote_port, previous_remot… in fw_add_local_dnat() 125 …w_nftables_add_local_dnat(*ctx, add, af, protocol, local_port, remote, remote_port, previous_remot… in fw_add_local_dnat()
|
D | firewall-util-private.h | 45 uint16_t remote_port, 63 uint16_t remote_port,
|
D | firewall-util-iptables.c | 163 uint16_t remote_port, in fw_iptables_add_local_dnat() argument 192 if (remote_port <= 0) in fw_iptables_add_local_dnat() 269 mr->range[0].min.tcp.port = mr->range[0].max.tcp.port = htobe16(remote_port); in fw_iptables_add_local_dnat() 271 mr->range[0].min.udp.port = mr->range[0].max.udp.port = htobe16(remote_port); in fw_iptables_add_local_dnat()
|
D | firewall-util-nft.c | 950 uint16_t remote_port, in fw_nftables_add_local_dnat_internal() argument 976 if (remote_port <= 0) in fw_nftables_add_local_dnat_internal() 981 data[1] = htobe16(remote_port); in fw_nftables_add_local_dnat_internal() 985 data[4] = htobe16(remote_port); in fw_nftables_add_local_dnat_internal() 1054 uint16_t remote_port, in fw_nftables_add_local_dnat() argument 1062 …es_add_local_dnat_internal(ctx, add, af, protocol, local_port, remote, remote_port, previous_remot… in fw_nftables_add_local_dnat() 1072 …fw_nftables_add_local_dnat_internal(ctx, add, af, protocol, local_port, remote, remote_port, NULL); in fw_nftables_add_local_dnat()
|
D | firewall-util.h | 30 uint16_t remote_port,
|
/systemd-251/src/shared/linux/ |
D | bpf.h | 5341 __u32 remote_port; /* Stored in network byte order */ member 5562 __u32 remote_port; /* Stored in network byte order */ member 5760 __u32 remote_port; /* Stored in network byte order */ member 6295 __u32 remote_port; /* Network byte order */ member
|