Searched refs:IPT_LIB_DIR (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Diptables-standalone.c57 lib_dir = IPT_LIB_DIR;
H A Diptables-restore.c124 lib_dir = IPT_LIB_DIR;
H A Diptables-save.c331 lib_dir = IPT_LIB_DIR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/
H A Diptables.h7 #ifndef IPT_LIB_DIR
8 #define IPT_LIB_DIR "/usr/local/lib/iptables" macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/
H A Diptables.h7 #ifndef IPT_LIB_DIR
8 #define IPT_LIB_DIR "/usr/local/lib/iptables" macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dm_ipt.c12 * TODO: bad bad hardcoding IPT_LIB_DIR and PROC_SYS_MODPROBE
50 #ifndef IPT_LIB_DIR
51 #define IPT_LIB_DIR "/usr/local/lib/iptables" macro
237 char path[sizeof (IPT_LIB_DIR) + sizeof ("/libipt_.so") + strlen(name)];
268 sprintf(path, IPT_LIB_DIR "/libipt_%s.so", new_name);
271 sprintf(path, IPT_LIB_DIR "/libipt_%s.so", lname);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/libiptc/
H A Dlibiptc.c43 #ifndef IPT_LIB_DIR
44 #define IPT_LIB_DIR "/usr/local/lib/iptables" macro

Completed in 76 milliseconds