Home
last modified time | relevance | path

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

/trueos/usr.sbin/bsnmpd/modules/snmp_bridge/
HDRSTP-MIB.txt70 rstp(2)
78 IEEE 802.1D-1998 and 'rstp(2)' indicates the Rapid
88 DEFVAL { rstp }
HDbridge_tree.def124 (16 dot1dStpVersion ENUM ( 0 stpCompatible 2 rstp ) op_dot1d_stp GET SET)
223 (15 begemotBridgeStpVersion ENUM ( 0 stpCompatible 2 rstp ) GET SET)
HDBEGEMOT-BRIDGE-MIB.txt496 rstp(2)
504 IEEE 802.1D-1998 and 'rstp(2)' indicates the Rapid
512 DEFVAL { rstp }
/trueos/usr.bin/xlint/lint1/
HDtree.c775 type_t *ltp, *rtp = NULL, *lstp = NULL, *rstp = NULL; in typeok() local
789 rst = (rstp = rtp->t_subt)->t_tspec; in typeok()
924 if (!eqtype(lstp, rstp, 1, 0, NULL)) { in typeok()
1086 if (!eqtype(lstp, rstp, 1, 0, NULL)) in typeok()
1230 type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL; in asgntypok() local
1237 rst = (rstp = rtp->t_subt)->t_tspec; in asgntypok()
1278 eqtype(lstp, rstp, 1, 0, NULL))) { in asgntypok()
1281 ((!lstp->t_const && rstp->t_const) || in asgntypok()
1282 (!lstp->t_volatile && rstp->t_volatile))) { in asgntypok()