Home
last modified time | relevance | path

Searched refs:u_tp (Results 1 – 1 of 1) sorted by last modified time

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