Searched refs:OLDPACKSIZE (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dpk.h33 #define OLDPACKSIZE 128 macro
H A Dpk1.c105 if ( (_Protocol[0] == 'g') && (packsize > OLDPACKSIZE) ) {
107 * We reset to OLDPACKSIZE to maintain compatibility
111 packsize = OLDPACKSIZE;

Completed in 38 milliseconds