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

/freebsd-9.3-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);
180 tblen = 0; tboff = 0;
263 tboff = 0;

Completed in 41 milliseconds