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

/illumos-gate/usr/src/lib/libresolv2/common/inet/
H A Dnsap_addr.c39 xtob(int c) { function
60 nib = xtob(c);
65 *binary++ = (nib << 4) | xtob(c);

Completed in 58 milliseconds