Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/librstp/common/
H A Dstp_in.h66 #define MAX_BR_HELLOT 10 macro
91 (cfg.forward_delay > MAX_BR_HELLOT + 2 ? MAX_BR_HELLOT : \
99 (cfg.max_age > 2 * (MAX_BR_HELLOT + 1) ? MAX_BR_HELLOT : \
H A Dstp_in.c161 if (uid_cfg->hello_time > MAX_BR_HELLOT) { in _check_stpm_config()
/titanic_44/usr/src/cmd/dladm/
H A Ddladm.c7795 cfg.hello_time > MAX_BR_HELLOT) in create_modify_add_bridge()