Home | History | Annotate | Download | only in ifconfig

Lines Matching defs:hbuf

266 	char hbuf[NI_MAXHOST];
275 hbuf, sizeof(hbuf), NULL, 0, niflag))
276 strlcpy(hbuf, "", sizeof(hbuf)); /* some message? */
277 printf("\tinet6 %s", hbuf);
286 hbuf[0] = '\0';
288 hbuf, sizeof(hbuf), NULL, 0, niflag))
289 strlcpy(hbuf, "", sizeof(hbuf)); /* some message? */
290 printf(" -> %s", hbuf);