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/
configure
151
IPT_LIB_DIR
=""
157
echo "
IPT_LIB_DIR
:=${file%/*}" >> Config
/external/iproute2/tc/
Makefile
86
ifneq ($(
IPT_LIB_DIR
),)
87
CFLAGS += -DIPT_LIB_DIR=\"$(
IPT_LIB_DIR
)\"
m_ipt.c
405
lib_dir =
IPT_LIB_DIR
;
547
lib_dir =
IPT_LIB_DIR
;
Completed in 189 milliseconds