Home | History | Annotate | Download | only in iproute2

Lines Matching refs:xtables

62     #check if we have xtables from iptables >= 1.4.5.
64 #include <xtables.h>
83 $(${PKG_CONFIG} xtables --cflags --libs) -ldl >/dev/null 2>&1
86 echo "using xtables"
101 #include <xtables.h>
125 echo "using old xtables (no need for xt-internal.h)"
140 #include <xtables.h>
164 echo "using old xtables with xt-internal.h"
180 IPT_LIB_DIR=$(${PKG_CONFIG} --variable=xtlibdir xtables)
189 for file in $dir/{xtables,iptables}/lib*t_*so ; do