Home
last modified time | relevance | path

Searched refs:cfg_flags (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/usr.sbin/vmd/
H A Dconfig.c49 cfg->cfg_flags &= ~VMD_CFG_INET6; in config_init_localprefix()
52 if (cfg->cfg_flags & VMD_CFG_AUTOINET6) in config_init_localprefix()
59 cfg->cfg_flags |= VMD_CFG_AUTOINET6; in config_init_localprefix()
H A Dparse.y188 env->vmd_cfg.cfg_flags |= VMD_CFG_INET6;
198 env->vmd_cfg.cfg_flags |= VMD_CFG_INET6;
199 env->vmd_cfg.cfg_flags &= ~VMD_CFG_AUTOINET6;
230 env->vmd_cfg.cfg_flags |= VMD_CFG_STAGGERED_START;
H A Dvmd.h373 unsigned int cfg_flags;
369 unsigned int cfg_flags; global() member
H A Dpriv.c460 (env->vmd_cfg.cfg_flags & VMD_CFG_INET6)) { in vm_priv_ifconfig()
H A Dvmd.c952 if (!(env->vmd_cfg.cfg_flags & VMD_CFG_STAGGERED_START)) {
/openbsd-src/sys/net/
H A Dofp.h110 uint16_t cfg_flags; /* Configuration flags */ member
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-ofp.c229 ntohs(cfg->cfg_flags), in ofp_print_setconfig()