Home | History | Annotate | Download | only in tc

Lines Matching refs:lib_dir

58 char *lib_dir;
161 char path[strlen(lib_dir) + sizeof("/libipt_.so") + strlen(name)];
194 sprintf(path, "%s/libxt_%s.so", lib_dir, new_name);
198 sprintf(path, "%s/libipt_%s.so", lib_dir, new_name);
202 sprintf(path, "%s/libxt_%s.so", lib_dir, lname);
207 sprintf(path, "%s/libipt_%s.so", lib_dir, lname);
295 lib_dir = getenv("IPTABLES_LIB_DIR");
296 if (!lib_dir)
297 lib_dir = IPT_LIB_DIR;
439 lib_dir = getenv("IPTABLES_LIB_DIR");
440 if (!lib_dir)
441 lib_dir = IPT_LIB_DIR;