Home
last modified time | relevance | path

Searched refs:uitoa (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/dns64/
H A Ddns64.c177 uitoa(unsigned n, char* s) in uitoa() function
236 *c = uitoa((unsigned int)(ipv4 % 256), c + 1); in ipv4_to_ptr()