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

  /external/iproute2/
Makefile 4 CONFDIR?=/etc/iproute2
21 DEFINES+=-DCONFDIR=\"$(CONFDIR)\"
59 install -m 0755 -d $(DESTDIR)$(CONFDIR)
68 install -m 0644 $(shell find etc/iproute2 -maxdepth 1 -type f) $(DESTDIR)$(CONFDIR)
  /external/iproute2/lib/
rt_names.c 145 rtnl_tab_initialize(CONFDIR "/rt_protos",
211 rtnl_tab_initialize(CONFDIR "/rt_scopes",
276 rtnl_tab_initialize(CONFDIR "/rt_realms",
353 rtnl_hash_initialize(CONFDIR "/rt_tables",
356 d = opendir(CONFDIR "/rt_tables.d");
375 CONFDIR "/rt_tables.d/%s", de->d_name);
445 rtnl_tab_initialize(CONFDIR "/rt_dsfield",
512 rtnl_hash_initialize(CONFDIR "/group",
598 rtnl_tab_initialize(CONFDIR "/nl_protos",
  /external/iproute2/include/
utils.h 43 #ifndef CONFDIR
44 #define CONFDIR "/etc/iproute2"
  /external/iproute2/tc/
tc_bpf.c     [all...]

Completed in 287 milliseconds