Home
last modified time | relevance | path

Searched refs:ftps_seq (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c1321 t->ftps_seq[0] = thack;
1377 rv, t->ftps_seq[0], t->ftps_seq[1], seqoff, ackoff);
1381 if (t->ftps_seq[0] == 0) {
1382 t->ftps_seq[0] = thack;
1431 f->ftps_seq[0], f->ftps_seq[1]);
1436 f->ftps_seq[0] = f->ftps_seq[1] - seqoff;
1452 if ((thseq == f->ftps_seq[0]) || (thseq == f->ftps_seq[1])) {
1468 thseq, f->ftps_seq[0], f->ftps_seq[1]);
1481 f->ftps_seq[0] = thseq;
1482 f->ftps_seq[1] = f->ftps_seq[0] + mlen;
[all …]
H A Dip_proxy.h168 u_32_t ftps_seq[2]; member