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

  /external/iproute2/lib/
rt_names.c 149 rtnl_tab_initialize(CONFDIR "/rt_protos",
152 d = opendir(CONFDIR "/rt_protos.d");
170 snprintf(path, sizeof(path), CONFDIR "/rt_protos.d/%s",
239 rtnl_tab_initialize(CONFDIR "/rt_scopes",
304 rtnl_tab_initialize(CONFDIR "/rt_realms",
381 rtnl_hash_initialize(CONFDIR "/rt_tables",
384 d = opendir(CONFDIR "/rt_tables.d");
403 CONFDIR "/rt_tables.d/%s", de->d_name);
469 rtnl_tab_initialize(CONFDIR "/rt_dsfield",
536 rtnl_hash_initialize(CONFDIR "/group"
    [all...]
bpf.c     [all...]
  /external/iproute2/
Makefile 10 CONFDIR?=/etc/iproute2
29 DEFINES+=-DCONFDIR=\"$(CONFDIR)\"
67 install -m 0755 -d $(DESTDIR)$(CONFDIR)
77 install -m 0644 $(shell find etc/iproute2 -maxdepth 1 -type f) $(DESTDIR)$(CONFDIR)
  /external/iproute2/include/
utils.h 32 #ifndef CONFDIR
33 #define CONFDIR "/etc/iproute2"

Completed in 210 milliseconds