Lines Matching refs:tlen
223 int hlen, tlen, dlen, pflags; in AliasHandleFtpOut() local
231 tlen = ntohs(pip->ip_len); in AliasHandleFtpOut()
232 dlen = tlen - hlen; in AliasHandleFtpOut()
269 tlen = ntohs(pip->ip_len); /* recalc tlen, pkt may have grown */ in AliasHandleFtpOut()
270 if (sptr[tlen - 2] == '\r' && sptr[tlen - 1] == '\n') in AliasHandleFtpOut()
283 int hlen, tlen, dlen, pflags; in AliasHandleFtpIn() local
290 tlen = ntohs(pip->ip_len); in AliasHandleFtpIn()
291 dlen = tlen - hlen; in AliasHandleFtpIn()
318 tlen = ntohs(pip->ip_len); /* recalc tlen, pkt may in AliasHandleFtpIn()
320 if (sptr[tlen - 2] == '\r' && sptr[tlen - 1] == '\n') in AliasHandleFtpIn()
654 int slen, hlen, tlen, dlen; in NewFtpMessage() local
665 tlen = ntohs(pip->ip_len); in NewFtpMessage()
666 dlen = tlen - hlen; in NewFtpMessage()