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

/macosx-10.9.5/Libc-997.90.3/net/FreeBSD/
H A Dnsap_addr.c47 xtob(int c) { function
68 nib = xtob(c);
73 *binary++ = (nib << 4) | xtob(c);

Completed in 179 milliseconds