HomeSort by: relevance | last modified time | path
    Searched defs:tboff (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/faithd/
tcp.c 57 static ssize_t tblen, tboff; variable in typeref:typename:ssize_t
168 for (; tboff < tblen; tboff += cc) {
169 cc = write(s_snd, tcpbuf + tboff, (size_t)(tblen - tboff));
182 tblen = 0; tboff = 0;
265 tboff = 0;
tcp.c 57 static ssize_t tblen, tboff; variable in typeref:typename:ssize_t
168 for (; tboff < tblen; tboff += cc) {
169 cc = write(s_snd, tcpbuf + tboff, (size_t)(tblen - tboff));
182 tblen = 0; tboff = 0;
265 tboff = 0;

Completed in 21 milliseconds