Searched refs:MAXHOSTNAMELEN (Results 1 – 5 of 5) sorted by relevance
126 char aux1[MAXHOSTNAMELEN], aux2[MAXHOSTNAMELEN], ans[MAXHOSTNAMELEN]; in getnetanswer()
253 if (n >= MAXHOSTNAMELEN) { in gethostanswer()312 if (n >= MAXHOSTNAMELEN) { in gethostanswer()320 if (n > buflen || n >= MAXHOSTNAMELEN) { in gethostanswer()343 if (n > buflen || n >= MAXHOSTNAMELEN) { in gethostanswer()392 if (n >= MAXHOSTNAMELEN) { in gethostanswer()404 if (n >= MAXHOSTNAMELEN) { in gethostanswer()485 if (n > buflen || n >= MAXHOSTNAMELEN) in gethostanswer()
395 char zonebuf[MAXHOSTNAMELEN]; in ip6_parsenumeric()
1130 if (n >= MAXHOSTNAMELEN) { in getanswer()1169 if (n > ep - bp || n >= MAXHOSTNAMELEN) { in getanswer()
106 #define MAXHOSTNAMELEN 256 /* max hostname size */ macro