Home
last modified time | relevance | path

Searched refs:CONFDIR (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/lib/
Drt_names.c149 rtnl_tab_initialize(CONFDIR "/rt_protos", in rtnl_rtprot_initialize()
152 d = opendir(CONFDIR "/rt_protos.d"); in rtnl_rtprot_initialize()
170 snprintf(path, sizeof(path), CONFDIR "/rt_protos.d/%s", in rtnl_rtprot_initialize()
239 rtnl_tab_initialize(CONFDIR "/rt_scopes", in rtnl_rtscope_initialize()
304 rtnl_tab_initialize(CONFDIR "/rt_realms", in rtnl_rtrealm_initialize()
381 rtnl_hash_initialize(CONFDIR "/rt_tables", in rtnl_rttable_initialize()
384 d = opendir(CONFDIR "/rt_tables.d"); in rtnl_rttable_initialize()
403 CONFDIR "/rt_tables.d/%s", de->d_name); in rtnl_rttable_initialize()
469 rtnl_tab_initialize(CONFDIR "/rt_dsfield", in rtnl_rtdsfield_initialize()
536 rtnl_hash_initialize(CONFDIR "/group", in rtnl_group_initialize()
[all …]
Dbpf.c2456 bpf_hash_init(ctx, CONFDIR "/bpf_pinning"); in bpf_elf_ctx_init()
/external/iproute2/
DMakefile10 CONFDIR?=/etc/iproute2 macro
/external/iproute2/include/
Dutils.h32 #ifndef CONFDIR
33 #define CONFDIR "/etc/iproute2" macro