Home
last modified time | relevance | path

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

/external/iproute2/
Dconfigure191 IPT_LIB_DIR=$(${PKG_CONFIG} --variable=xtlibdir xtables)
192 if [ -n "$IPT_LIB_DIR" ]; then
193 echo $IPT_LIB_DIR
194 echo "IPT_LIB_DIR:=$IPT_LIB_DIR" >> $CONFIG
/external/iproute2/tc/
Dm_ipt.c297 lib_dir = IPT_LIB_DIR; in parse_ipt()
441 lib_dir = IPT_LIB_DIR; in print_ipt()
DMakefile113 ifneq ($(IPT_LIB_DIR),)