Searched refs:hello_time (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/librstp/common/ |
H A D | stp_in.h | 81 cfg.max_age >= 2 * (cfg.hello_time + 1)) 86 #define NO_MAXAGE(cfg) ((cfg.forward_delay - 1) < (cfg.hello_time + 1)) 88 (cfg.hello_time < MIN_BR_FWDELAY - 2 ? MIN_BR_FWDELAY : \ 89 cfg.hello_time + 2) 94 #define SMALL_MAXAGE(cfg) (cfg.max_age < 2 * (cfg.hello_time + 1)) 96 (cfg.hello_time < (MIN_BR_MAXAGE / 2 - 1) ? MIN_BR_MAXAGE : \ 97 (2 * (cfg.hello_time + 1))) 108 #define FLOORED_MAXAGE(cfg) (cfg.hello_time > (MIN_BR_MAXAGE / 2 - 1))
|
H A D | stp_in.c | 156 if (uid_cfg->hello_time < MIN_BR_HELLOT) { in _check_stpm_config() 157 stp_trace ("%d hello_time small", (int) uid_cfg->hello_time); in _check_stpm_config() 161 if (uid_cfg->hello_time > MAX_BR_HELLOT) { in _check_stpm_config() 162 stp_trace ("%d hello_time large", (int) uid_cfg->hello_time); in _check_stpm_config() 190 if (uid_cfg->max_age < 2 * (uid_cfg->hello_time + 1)) { in _check_stpm_config() 275 uid_cfg->hello_time = this->BrTimes.HelloTime; in STP_IN_stpm_get_cfg() 445 entry->hello_time = this->rootTimes.HelloTime; in STP_IN_stpm_get_state() 723 old.hello_time = uid_cfg->hello_time; in STP_IN_stpm_set_cfg() 780 this->BrTimes.HelloTime = old.hello_time; in STP_IN_stpm_set_cfg()
|
H A D | times.c | 55 v->HelloTime = ntohs (*((unsigned short*) b->hello_time)) >> 8; in STP_get_times() 69 STP_SET_TIME(v->HelloTime, b->hello_time); in STP_set_times()
|
H A D | uid_stp.h | 75 int hello_time; member 97 int hello_time; member
|
H A D | stp_bpdu.h | 79 unsigned char hello_time[2]; member
|
H A D | stpmgmt.c | 49 this->BrTimes.HelloTime = init_cfg.hello_time; in STP_IN_stpm_create()
|
H A D | portinfo.c | 278 _stp_dump ("hello_time", bpdu->body.hello_time, 2); in STP_info_rx_bpdu()
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | libdlbridge.c | 429 cfg->hello_time = DEF_BR_HELLOT; in dladm_bridge_get_properties() 480 cfg->hello_time = value / IEEE_TIMER_SCALE; in dladm_bridge_get_properties() 960 "hello-time", cfg->hello_time * IEEE_TIMER_SCALE)) in dladm_bridge_configure()
|
/titanic_50/usr/src/cmd/dladm/ |
H A D | dladm.c | 7731 cfg.hello_time = DEF_BR_HELLOT; in create_modify_add_bridge() 7775 if (!str2int(optarg, &cfg.hello_time) || in create_modify_add_bridge() 7776 cfg.hello_time < MIN_BR_HELLOT || in create_modify_add_bridge() 7777 cfg.hello_time > MAX_BR_HELLOT) in create_modify_add_bridge() 7838 cfg.hello_time = cfg_old.hello_time; in create_modify_add_bridge() 8119 sizeof (bbuf->bridge_bhellotime), smfcfg.hello_time, in print_bridge() 8120 runcfg.hello_time, in print_bridge() 8154 sizeof (bbuf->bridge_hellotime), "%d", stpstate.hello_time); in print_bridge()
|