HomeSort by relevance Sort by last modified time
    Searched refs:IPT_LIB_DIR (Results 1 - 3 of 3) sorted by null

  /external/iproute2/
configure 180 IPT_LIB_DIR=$(${PKG_CONFIG} --variable=xtlibdir xtables)
181 if [ -n "$IPT_LIB_DIR" ]; then
182 echo $IPT_LIB_DIR
183 echo "IPT_LIB_DIR:=$IPT_LIB_DIR" >> Config
192 echo "IPT_LIB_DIR:=${file%/*}" >> Config
  /external/iproute2/tc/
Makefile 116 ifneq ($(IPT_LIB_DIR),)
117 CFLAGS += -DIPT_LIB_DIR=\"$(IPT_LIB_DIR)\"
m_ipt.c 405 lib_dir = IPT_LIB_DIR;
547 lib_dir = IPT_LIB_DIR;

Completed in 768 milliseconds