Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
Dbridge_snmp.h34 #define SNMP_BRIDGE_ID_LEN 8 macro
37 typedef u_char bridge_id[SNMP_BRIDGE_ID_LEN];
Dbridge_port.c551 SNMP_BRIDGE_ID_LEN)); in op_dot1d_stp_port()
559 SNMP_BRIDGE_ID_LEN)); in op_dot1d_stp_port()
1314 return (string_get(val, bp->design_root, SNMP_BRIDGE_ID_LEN)); in op_begemot_stp_port()
1321 return (string_get(val, bp->design_bridge, SNMP_BRIDGE_ID_LEN)); in op_begemot_stp_port()
Dbridge_sys.c124 for (i = 0; i < SNMP_BRIDGE_ID_LEN; i++, o++) in snmp_uint64_to_bridgeid()
125 b_id[SNMP_BRIDGE_ID_LEN - i - 1] = *o; in snmp_uint64_to_bridgeid()
Dbridge_if.c706 SNMP_BRIDGE_ID_LEN)); in op_dot1d_stp()
1346 return (string_get(val, bif->design_root, SNMP_BRIDGE_ID_LEN)); in op_begemot_stp()