OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPT_LIB_DIR
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/include/
iptables.h
7
#ifndef
IPT_LIB_DIR
8
#define
IPT_LIB_DIR
"/usr/local/lib/iptables"
/external/iproute2/tc/
Makefile
81
ifneq ($(
IPT_LIB_DIR
),)
82
CFLAGS += -DIPT_LIB_DIR=\"$(
IPT_LIB_DIR
)\"
m_ipt.c
404
lib_dir =
IPT_LIB_DIR
;
546
lib_dir =
IPT_LIB_DIR
;
/external/iproute2/
configure
152
IPT_LIB_DIR
=""
158
echo "
IPT_LIB_DIR
:=$dir/$TABLES" >> Config
Completed in 214 milliseconds