Searched refs:tblen (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/faithd/
H A Dtcp.c59 static int tblen, tboff, oob_exists; variable
166 for (; tboff < tblen; tboff += cc) {
167 cc = write(s_snd, tcpbuf + tboff, tblen - tboff);
172 if (tblen) {
173 if (tblen >= sizeof(tcpbuf))
174 tblen = sizeof(tcpbuf) - 1;
175 tcpbuf[tblen] = '\0';
177 direction == 1 ? "client" : "server", tblen, tcpbuf);
180 tblen = 0; tboff = 0;
262 tblen
[all...]

Completed in 90 milliseconds