Home | History | Annotate | Download | only in iproute2

Lines Matching refs:xtables

65 	if ! ${PKG_CONFIG} xtables --exists
73 #check if we have xtables from iptables >= 1.4.5.
75 #include <xtables.h>
94 $(${PKG_CONFIG} xtables --cflags --libs) -ldl >/dev/null 2>&1
97 echo "using xtables"
112 #include <xtables.h>
136 echo "using old xtables (no need for xt-internal.h)"
151 #include <xtables.h>
175 echo "using old xtables with xt-internal.h"
191 IPT_LIB_DIR=$(${PKG_CONFIG} --variable=xtlibdir xtables)
200 for file in $dir/{xtables,iptables}/lib*t_*so ; do