Lines Matching full:buff
89 char buff[512];
94 strcpy(buff, "on");
96 strcpy(buff, "off");
98 strcpy(buff, "off (for now)");
104 "SLIP"), buff);
298 char buff[256];
309 n = sprintf(buff, "tcp[%s]", so->so_tcpcb?tcpstates[so->so_tcpcb->t_state]:"NONE");
311 buff[n++] = ' ';
312 buff[17] = 0;
314 buff, so->s,
323 n = sprintf(buff, "udp[%d sec]", (so->so_expire - curtime) / 1000);
325 buff[n++] = ' ';
326 buff[17] = 0;
328 buff, so->s,