Home
last modified time | relevance | path

Searched defs:config (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/core/src/
H A Dconfig.c565 InitAppBlock(struct config *config, struct conf_block *blk) in InitAppBlock()
591 InitMosBlock(struct config *config, struct conf_block *blk) in InitMosBlock()
624 InitNetdevBlock(struct config *config, struct conf_block *blk) in InitNetdevBlock()
647 FetchARPKernelEntries(struct arp_conf * const config) in FetchARPKernelEntries()
715 FetchRouteKernelEntries(struct route_conf * const config) in FetchRouteKernelEntries()
783 InitArpBlock(struct config *config, struct conf_block *blk) in InitArpBlock()
810 InitRouteBlock(struct config *config, struct conf_block *blk) in InitRouteBlock()
837 InitNICForwardBlock(struct config *config, struct conf_block *blk) in InitNICForwardBlock()
971 InitConfig(struct config *config) in InitConfig()
1123 PatchCONFIG(struct config *config) in PatchCONFIG()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/
H A DMakefile.am1 SUBDIRS=config scripts initscripts systemd outdated subdir
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c198 struct config { struct
199 struct rule *rp; /* The rule upon which the configuration is based */ argument
201 char *fws; /* Follow-set for this configuration only */ argument
209 struct config *next; /* Next configuration in the state */ argument
210 struct config *bp; /* The next basis configuration */ argument
H A Dserver.c1736 array *config = ((data_config *)srv->config_context->data[i])->value; in main() local
H A Dbase.h629 array *config; member
/mOS-networking-stack/core/src/include/
H A Dconfig.h161 struct config { struct
166 } g_config; argument