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

/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dkcmd.c727 unsigned char *lenbuf2 = (unsigned char *)tmpbuf; local
730 lenbuf2[0] = (len & 0xff000000) >> 24;
731 lenbuf2[1] = (len & 0xff0000) >> 16;
732 lenbuf2[2] = (len & 0xff00) >> 8;
733 lenbuf2[3] = (len & 0xff);

Completed in 77 milliseconds