Searched defs:SNMP_NCHARS_IN_A_ROW (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Ddebug.c52 #define SNMP_NCHARS_IN_A_ROW 16 macro
428 uchar_t ascii[SNMP_NCHARS_IN_A_ROW + 1];
453 nrows = pktsz / SNMP_NCHARS_IN_A_ROW;
454 nrem = pktsz % SNMP_NCHARS_IN_A_ROW;
457 snmp_get_dumpchars(ascii, p, SNMP_NCHARS_IN_A_ROW);
567 if (nchars > SNMP_NCHARS_IN_A_ROW)
568 nchars = SNMP_NCHARS_IN_A_ROW;

Completed in 44 milliseconds