OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFDIR
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/
Makefile
5
CONFDIR
=/etc/iproute2
21
DEFINES+=-DCONFDIR=\"$(
CONFDIR
)\"
56
install -m 0755 -d $(DESTDIR)$(
CONFDIR
)
65
install -m 0644 $(shell find etc/iproute2 -maxdepth 1 -type f) $(DESTDIR)$(
CONFDIR
)
/external/iproute2/lib/
rt_names.c
26
#ifndef
CONFDIR
27
#define
CONFDIR
"/etc/iproute2"
136
rtnl_tab_initialize(
CONFDIR
"/rt_protos",
203
rtnl_tab_initialize(
CONFDIR
"/rt_scopes",
266
rtnl_tab_initialize(
CONFDIR
"/rt_realms",
335
rtnl_hash_initialize(
CONFDIR
"/rt_tables",
403
rtnl_tab_initialize(
CONFDIR
"/rt_dsfield",
Completed in 1160 milliseconds