Searched refs:ftps_seq (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/contrib/ipfilter/netinet/ |
| H A D | ip_ftp_pxy.c | 1321 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 D | ip_proxy.h | 172 u_32_t ftps_seq[2]; member
|
| /freebsd-12.1/contrib/ipfilter/lib/ |
| H A D | printaps.c | 86 ftp.ftp_side[0].ftps_seq[0], 87 ftp.ftp_side[0].ftps_seq[1], 94 ftp.ftp_side[1].ftps_seq[0], 95 ftp.ftp_side[1].ftps_seq[1],
|