Home
last modified time | relevance | path

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

/external/iproute2/lib/
Drt_names.c145 rtnl_tab_initialize(CONFDIR "/rt_protos", in rtnl_rtprot_initialize()
211 rtnl_tab_initialize(CONFDIR "/rt_scopes", in rtnl_rtscope_initialize()
276 rtnl_tab_initialize(CONFDIR "/rt_realms", in rtnl_rtrealm_initialize()
353 rtnl_hash_initialize(CONFDIR "/rt_tables", in rtnl_rttable_initialize()
356 d = opendir(CONFDIR "/rt_tables.d"); in rtnl_rttable_initialize()
375 CONFDIR "/rt_tables.d/%s", de->d_name); in rtnl_rttable_initialize()
445 rtnl_tab_initialize(CONFDIR "/rt_dsfield", in rtnl_rtdsfield_initialize()
512 rtnl_hash_initialize(CONFDIR "/group", in rtnl_group_initialize()
598 rtnl_tab_initialize(CONFDIR "/nl_protos", in nl_proto_initialize()
/external/iproute2/include/
Dutils.h43 #ifndef CONFDIR
44 #define CONFDIR "/etc/iproute2" macro
/external/iproute2/
DMakefile4 CONFDIR?=/etc/iproute2 macro
/external/iproute2/tc/
Dtc_bpf.c1647 bpf_hash_init(ctx, CONFDIR "/bpf_pinning"); in bpf_elf_ctx_init()