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

/netbsd-current/external/bsd/libbind/dist/inet/
H A Dnsap_addr.c41 xtob(int c) { function
62 nib = xtob(c);
67 *binary++ = (nib << 4) | xtob(c);
/netbsd-current/lib/libc/inet/
H A Dnsap_addr.c53 xtob(int c) { function
77 nib = xtob(c);
82 *binary++ = (nib << 4) | xtob(c);

Completed in 129 milliseconds