Home
last modified time | relevance | path

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) { in xtob() function
60 nib = xtob(c); in inet_nsap_addr()
65 *binary++ = (nib << 4) | xtob(c); in inet_nsap_addr()