Home
last modified time | relevance | path

Searched refs:MIN_BR_FWDELAY (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/librstp/common/
H A Dstp_in.h73 #define MIN_BR_FWDELAY 4 macro
88 (cfg.hello_time < MIN_BR_FWDELAY - 2 ? MIN_BR_FWDELAY : \
H A Dstp_in.c176 if (uid_cfg->forward_delay < MIN_BR_FWDELAY) { in _check_stpm_config()
/titanic_41/usr/src/cmd/dladm/
H A Ddladm.c7773 cfg.forward_delay < MIN_BR_FWDELAY || in create_modify_add_bridge()