Searched refs:octs (Results 1 – 8 of 8) sorted by relevance
1253 u_char *octs; /* actual octets */ in snmp_value_parse() local1261 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()
250 void *octs[10]; in index_decode() local294 octs[nocts++] = *cval; in index_decode()353 free(octs[--nocts]); in index_decode()
86 typedef char * (*snmp_oct2tc_f) (uint32_t len, char *octs, char *buf);
470 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()
4767 uint64_t octs : 48; /**< Number of octets received by PIP (good and bad) */ member4769 uint64_t octs : 48;4789 uint64_t octs : 48; /**< Number of octets received by PIP (good and bad) */ member4791 uint64_t octs : 48;5451 uint64_t octs : 48; /**< Total number of octets from all packets received member5454 uint64_t octs : 48;5494 uint64_t octs : 48; /**< Total number of octets from all packets received member5497 uint64_t octs : 48;5909 uint64_t octs : 48; /**< Number of octets received by PIP (good and bad) */ member5911 uint64_t octs : 48;
3909 uint64_t octs : 48; /**< Number of total octets sent on the interface. member3913 uint64_t octs : 48;
8648 uint64_t octs : 48; /**< Number of total octets sent on the interface. member8652 uint64_t octs : 48;
4171 Extend coverage, uniform treatment of hexs and octs.