Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_snmp.h34 #define SNMP_BRIDGE_ID_LEN 8 macro
37 typedef u_char bridge_id[SNMP_BRIDGE_ID_LEN];
H A Dbridge_port.c552 SNMP_BRIDGE_ID_LEN)); in op_dot1d_stp_port()
560 SNMP_BRIDGE_ID_LEN)); in op_dot1d_stp_port()
1315 return (string_get(val, bp->design_root, SNMP_BRIDGE_ID_LEN)); in op_begemot_stp_port()
1322 return (string_get(val, bp->design_bridge, SNMP_BRIDGE_ID_LEN)); in op_begemot_stp_port()
H A Dbridge_sys.c125 for (i = 0; i < SNMP_BRIDGE_ID_LEN; i++, o++) in snmp_uint64_to_bridgeid()
126 b_id[SNMP_BRIDGE_ID_LEN - i - 1] = *o; in snmp_uint64_to_bridgeid()
H A Dbridge_if.c707 SNMP_BRIDGE_ID_LEN)); in op_dot1d_stp()
1347 return (string_get(val, bif->design_root, SNMP_BRIDGE_ID_LEN)); in op_begemot_stp()