cu_hello_time     437 net/bridgestp.c 	cu->cu_hello_time = ntohs(cpdu->cbu_hellotime);
cu_hello_time     748 net/bridgestp.c 		    (cu->cu_hello_time > BSTP_MIN_HELLO_TIME ?
cu_hello_time     749 net/bridgestp.c 		     cu->cu_hello_time : BSTP_MIN_HELLO_TIME);
cu_hello_time     820 net/bridgestp.c 			    bp->bp_port_htime != cu->cu_hello_time)
cu_hello_time     285 net/if_bridge.h 	u_int16_t	cu_hello_time;