Home | History | Annotate | Download | only in ifconfig

Lines Matching defs:hbuf

112 	char hbuf[NI_MAXHOST];
121 hbuf, sizeof(hbuf), NULL, 0, niflag))
122 strlcpy(hbuf, "", sizeof(hbuf)); /* some message? */
123 printf("\tinet %s", hbuf);
130 hbuf, sizeof(hbuf), NULL, 0, niflag))
131 strlcpy(hbuf, "", sizeof(hbuf)); /* some message? */
132 printf(" -> %s", hbuf);
140 hbuf, sizeof(hbuf), NULL, 0, niflag))
141 strlcpy(hbuf, "", sizeof(hbuf)); /* some message? */
142 printf(" broadcast %s", hbuf);