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

/illumos-gate/usr/src/common/net/dhcp/
H A Doctet.c86 uchar_t *u_tp; local
95 for (tp = asp, u_tp = (uchar_t *)bufp, i = 0; i < k; i++, u_tp++) {
97 for (*u_tp = 0, j = 0; j < 2; j++, tp++) {
99 *u_tp |= *tp - '0';
101 *u_tp |= (*tp & ~0x20) + 10 - 'A';
105 *u_tp <<= 4;

Completed in 94 milliseconds