Home
last modified time | relevance | path

Searched refs:octs (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/bsnmp/lib/
HDsnmp.c1253 u_char *octs; /* actual octets */ in snmp_value_parse() local
1261 if ((nocts = realloc(octs, alloc)) == NULL) { \ in snmp_value_parse()
1262 free(octs); \ in snmp_value_parse()
1265 octs = nocts; \ in snmp_value_parse()
1267 octs[len++] = (C); in snmp_value_parse()
1270 octs = NULL; in snmp_value_parse()
1277 free(octs); in snmp_value_parse()
1349 free(octs); in snmp_value_parse()
1356 free(octs); in snmp_value_parse()
1361 v->octetstring.octets = octs; in snmp_value_parse()
/freebsd-11-stable/contrib/bsnmp/snmpd/
HDexport.c250 void *octs[10]; in index_decode() local
294 octs[nocts++] = *cval; in index_decode()
353 free(octs[--nocts]); in index_decode()
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
HDbsnmptc.h86 typedef char * (*snmp_oct2tc_f) (uint32_t len, char *octs, char *buf);
/freebsd-11-stable/sys/contrib/octeon-sdk/
HDcvmx-pip.h470 status->octets = stat1.s.octs; in cvmx_pip_get_port_status()
498 status->inb_octets = pip_stat_inb_octsx.s.octs; in cvmx_pip_get_port_status()
HDcvmx-pip-defs.h4767 uint64_t octs : 48; /**< Number of octets received by PIP (good and bad) */ member
4769 uint64_t octs : 48;
4789 uint64_t octs : 48; /**< Number of octets received by PIP (good and bad) */ member
4791 uint64_t octs : 48;
5451 uint64_t octs : 48; /**< Total number of octets from all packets received member
5454 uint64_t octs : 48;
5494 uint64_t octs : 48; /**< Total number of octets from all packets received member
5497 uint64_t octs : 48;
5909 uint64_t octs : 48; /**< Number of octets received by PIP (good and bad) */ member
5911 uint64_t octs : 48;
HDcvmx-agl-defs.h3909 uint64_t octs : 48; /**< Number of total octets sent on the interface. member
3913 uint64_t octs : 48;
HDcvmx-gmxx-defs.h8648 uint64_t octs : 48; /**< Number of total octets sent on the interface. member
8652 uint64_t octs : 48;
/freebsd-11-stable/contrib/libstdc++/
DChangeLog-20024171 Extend coverage, uniform treatment of hexs and octs.