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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c1803 char *phex = hex; local
1815 *phex++ = pnumeric[((uint8_t)*p) / 16];
1816 *phex++ = pnumeric[((uint8_t)*p) % 16];
1818 *phex++ = ' ';
1828 *phex = '\0';

Completed in 306 milliseconds