Lines Matching defs:bufno
85 static int bufno;
93 s = strcpy(bufs[bufno].str, inet_ntoa(addr));
94 bufno = (bufno+1) % NUM_BUFS;
460 static int bufno;
477 len = strlcpy(bufs[bufno].str, inet_ntoa(tmp_addr),
478 sizeof (bufs[bufno].str));
479 s = bufs[bufno].str;
480 bufno = (bufno+1) % NUM_BUFS;
489 (sizeof (bufs[bufno].str) - len), "/%d",
494 (sizeof (bufs[bufno].str) - len), " (mask %s)",