]> git.ipfire.org Git - thirdparty/iptables.git/commit
Unique names 3/6
authorJan Engelhardt <jengelh@medozas.de>
Thu, 4 Oct 2007 16:28:39 +0000 (16:28 +0000)
committerPatrick McHardy <kaber@trash.net>
Thu, 4 Oct 2007 16:28:39 +0000 (16:28 +0000)
commit59d164019340d110d302634e429320577f0db7be
tree69c2cb242bed3041027b2ac047b1214e13be48ce
parent932e648f38ac16b1ea14c1f66f23951388448c5a
Unique names 3/6

Give symbols of libxt matches unique names (2/3).

Adds unique prefixes to all functions (most of them - especially the hook
functions) so that debugging programs can unambiguously map a symbol to an
address. Also unifies the names of the xtables_match/xtables_target structs,
(based upon libxt_connmark.c/libip6t_*.c).

Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
15 files changed:
extensions/libipt_addrtype.c
extensions/libipt_ah.c
extensions/libipt_condition.c
extensions/libipt_conntrack.c
extensions/libipt_ecn.c
extensions/libipt_icmp.c
extensions/libipt_iprange.c
extensions/libipt_owner.c
extensions/libipt_policy.c
extensions/libipt_realm.c
extensions/libipt_recent.c
extensions/libipt_set.c
extensions/libipt_tos.c
extensions/libipt_ttl.c
extensions/libipt_unclean.c