Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_bridge.h165 #define ifbrp_hellotime ifbrp_ifbrpu.ifbrpu_hellotime macro
Dbridgestp.c2193 ifbp->ifbrp_hellotime = bs->bs_bridge_htime >> 8; in bstp_ioctl()
2196 val = ifbp->ifbrp_hellotime; in bstp_ioctl()
/openbsd/src/sbin/ifconfig/
Dbrconfig.c549 bp.ifbrp_hellotime = strtonum(arg, 0, UINT8_MAX, &errstr); in bridge_hellotime()