| /mOS-networking-stack/core/src/ |
| H A D | config.c | 565 InitAppBlock(struct config *config, struct conf_block *blk) in InitAppBlock() argument 591 InitMosBlock(struct config *config, struct conf_block *blk) in InitMosBlock() argument 624 InitNetdevBlock(struct config *config, struct conf_block *blk) in InitNetdevBlock() argument 705 config->ent[config->num] = ent; in FetchARPKernelEntries() 706 config->num++; in FetchARPKernelEntries() 774 config->ent[config->num] = ent; in FetchRouteKernelEntries() 775 config->num++; in FetchRouteKernelEntries() 783 InitArpBlock(struct config *config, struct conf_block *blk) in InitArpBlock() argument 810 InitRouteBlock(struct config *config, struct conf_block *blk) in InitRouteBlock() argument 971 InitConfig(struct config *config) in InitConfig() argument [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | Makefile.in | 101 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 104 CONFIG_HEADER = config.h 143 $(LISP)config.h.in 166 ar-lib compile config.guess config.sub install-sh ltmain.sh \ 368 all: config.h 389 *config.status*) \ 406 config.h: stamp-h1 410 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 412 cd $(top_builddir) && $(SHELL) ./config.status config.h 419 -rm -f config.h stamp-h1 [all …]
|
| H A D | aclocal.m4 | 24 dnl serial 11 (pkg-config-0.29.1) 79 dnl pkg-config existed. 84 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) 89 AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) 142 dnl Internal check to see if pkg-config supports short errors. 173 and $1[]_LIBS to avoid the need to call pkg-config. 174 See the pkg-config man page for more details.]) 184 # Put the nasty error message in config.log where it belongs 202 path to pkg-config. 206 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl [all …]
|
| H A D | INSTALL | 86 Sample lighttpd configuration files are placed at doc/config/. The default 87 config file assumes that it host web pages in /srv/www/htdocs directory while 95 (e.g., $ sudo ./lighttpd -D -f ../docs/config/m-lighttpd.conf -n 8) 115 A sample lighttpd.conf file is placed@: doc/config/lighttpd.conf
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | lemon.c | 198 struct config { struct 1076 freelist = (struct config *)malloc( sizeof(struct config)*amt ); in newconfig() 1091 struct config *old; in deleteconfig() 1250 struct config *cfp; in Configlist_eat() 2484 struct config *cfp; 4097 struct config *a; in Configcmp() 4098 struct config *b; 4108 struct config *a; in statecmp() 4109 struct config *b; 4125 struct config *a; in statehash() [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | status.txt | 96 status.config-url 98 relative URL for the config page which displays the loaded modules 102 Example: status.config-url = "/server-config"
|
| H A D | ssi.txt | 40 - ``<!--#config timefmt="..." sizefmt="(bytes|abbrev)" -->`` 74 - config.errmsg
|
| H A D | Makefile.in | 101 CONFIG_HEADER = $(top_builddir)/config.h 377 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 379 *config.status*) \ 383 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 386 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/initscripts/ |
| H A D | rc.lighttpd | 32 test -r /etc/rc.config && . /etc/rc.config
|
| H A D | Makefile.in | 101 CONFIG_HEADER = $(top_builddir)/config.h 297 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 299 *config.status*) \ 303 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 306 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/vhosts.d/ |
| H A D | Makefile.in | 91 subdir = doc/config/vhosts.d 101 CONFIG_HEADER = $(top_builddir)/config.h 296 $(AUTOMAKE) --foreign doc/config/vhosts.d/Makefile 297 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 299 *config.status*) \ 303 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 306 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/ |
| H A D | Makefile.in | 91 subdir = doc/config/conf.d 101 CONFIG_HEADER = $(top_builddir)/config.h 321 $(AUTOMAKE) --foreign doc/config/conf.d/Makefile 322 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 324 *config.status*) \ 328 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 331 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| H A D | status.conf | 15 status.config-url = "/server-config"
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/ |
| H A D | Makefile.in | 91 subdir = doc/config 101 CONFIG_HEADER = $(top_builddir)/config.h 357 $(AUTOMAKE) --foreign doc/config/Makefile 358 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 360 *config.status*) \ 364 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 367 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/123/ |
| H A D | Makefile.in | 101 CONFIG_HEADER = $(top_builddir)/config.h 297 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 299 *config.status*) \ 303 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 306 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/indexfile/ |
| H A D | Makefile.in | 101 CONFIG_HEADER = $(top_builddir)/config.h 297 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 299 *config.status*) \ 303 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 306 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/scripts/ |
| H A D | Makefile.in | 101 CONFIG_HEADER = $(top_builddir)/config.h 300 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 302 *config.status*) \ 306 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 309 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/expire/ |
| H A D | Makefile.in | 101 CONFIG_HEADER = $(top_builddir)/config.h 297 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 299 *config.status*) \ 303 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 306 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/systemd/ |
| H A D | Makefile.in | 101 CONFIG_HEADER = $(top_builddir)/config.h 297 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 299 *config.status*) \ 303 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 306 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/go/ |
| H A D | Makefile.in | 101 CONFIG_HEADER = $(top_builddir)/config.h 297 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 299 *config.status*) \ 303 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 306 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| /mOS-networking-stack/core/src/include/ |
| H A D | config.h | 161 struct config { struct 196 PrintConf(struct config *conf);
|
| /mOS-networking-stack/ |
| H A D | setup.sh | 607 if [ -d $CUR_DIR/samples/$d/config ]; then 625 if [ -d $CUR_DIR/samples/$d/config ]; then 785 rm -f scripts/config.log scripts/config.status
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/ |
| H A D | Makefile.am | 1 SUBDIRS=config scripts initscripts systemd outdated subdir
|
| H A D | Makefile.in | 101 CONFIG_HEADER = $(top_builddir)/config.h 372 SUBDIRS = config scripts initscripts systemd outdated 393 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 395 *config.status*) \ 399 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 402 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/ |
| H A D | Makefile.in | 101 CONFIG_HEADER = $(top_builddir)/config.h 357 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 359 *config.status*) \ 363 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 366 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|