Searched defs:hbuf (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dnet.c672 char hbuf[NI_MAXHOST]; local
677 ret = getnameinfo(&so.sa, addrlen, hbuf, sizeof(hbuf), NULL, 0,
682 *name_r = t_strdup(hbuf);

Completed in 12 milliseconds