Lines Matching full:buff
88 char buff[512];
93 strcpy(buff, "on");
95 strcpy(buff, "off");
97 strcpy(buff, "off (for now)");
103 "SLIP"), buff);
270 char buff[256];
281 n = sprintf(buff, "tcp[%s]", so->so_tcpcb?tcpstates[so->so_tcpcb->t_state]:"NONE");
283 buff[n++] = ' ';
284 buff[17] = 0;
286 buff, so->s,
295 n = sprintf(buff, "udp[%d sec]", (so->so_expire - curtime) / 1000);
297 buff[n++] = ' ';
298 buff[17] = 0;
300 buff, so->s,