Home
last modified time | relevance | path

Searched refs:SNMP_BPORT_OCTETS (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptc.c1015 if (len != SNMP_BPORT_OCTETS || octets == NULL || buf == NULL) in snmp_oct2bport_id()
1034 if (snmp_suboid_append(oid, (asn_subid_t) SNMP_BPORT_OCTETS) < 0) in snmp_bport_id2oct()
1074 uint8_t bport_id[SNMP_BPORT_OCTETS]; in parse_bport_id()
1098 if ((value->v.octetstring.octets = malloc(SNMP_BPORT_OCTETS)) == NULL) { in parse_bport_id()
1103 value->v.octetstring.len = SNMP_BPORT_OCTETS; in parse_bport_id()
1104 memcpy(value->v.octetstring.octets, bport_id, SNMP_BPORT_OCTETS); in parse_bport_id()
H A Dbsnmptc.h62 #define SNMP_BPORT_OCTETS 2 macro