HomeSort by: relevance | last modified time | path
    Searched defs:tblen (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));
174 if (tblen) {
175 if (tblen >= sizeof(tcpbuf))
176 tblen = sizeof(tcpbuf) - 1;
177 tcpbuf[tblen] = '\0';
179 direction == 1 ? "client" : "server", tblen, tcpbuf);
182 tblen = 0; tboff = 0;
264 tblen = read(s_rcv, tcpbuf, sizeof(tcpbuf))
    [all...]
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));
174 if (tblen) {
175 if (tblen >= sizeof(tcpbuf))
176 tblen = sizeof(tcpbuf) - 1;
177 tcpbuf[tblen] = '\0';
179 direction == 1 ? "client" : "server", tblen, tcpbuf);
182 tblen = 0; tboff = 0;
264 tblen = read(s_rcv, tcpbuf, sizeof(tcpbuf))
    [all...]

Completed in 66 milliseconds