Home
last modified time | relevance | path

Searched refs:ifbrp_hellotime (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/
H A Dif_bridgevar.h224 #define ifbrp_hellotime ifbrp_ifbrpu.ifbrpu_int8 /* hello time (sec) */ macro
H A Dif_bridge.c1586 param->ifbrp_hellotime = bs->bs_bridge_htime >> 8; in bridge_ioctl_ght()
1595 return (bstp_set_htime(&sc->sc_stp, param->ifbrp_hellotime)); in bridge_ioctl_sht()
/f-stack/tools/compat/include/net/
H A Dif_bridgevar.h224 #define ifbrp_hellotime ifbrp_ifbrpu.ifbrpu_int8 /* hello time (sec) */ macro
/f-stack/tools/ifconfig/
H A Difbridge.c523 param.ifbrp_hellotime = val & 0xff; in setbridge_hellotime()