HomeSort by: relevance | last modified time | path
    Searched refs:ifbrp_hellotime (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
if_bridgevar.h 207 #define ifbrp_hellotime ifbrp_ifbrpu.ifbrpu_int8 /* hello time (sec) */ macro
if_bridge.c 1265 param->ifbrp_hellotime = sc->sc_bridge_hello_time >> 8;
1275 if (param->ifbrp_hellotime == 0)
1277 sc->sc_bridge_hello_time = param->ifbrp_hellotime << 8;
  /src/sbin/brconfig/
brconfig.c 392 ht = param.ifbrp_hellotime;
738 param.ifbrp_hellotime = val & 0xff;

Completed in 14 milliseconds