Searched refs:ftps_seq (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprintaps.c86 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],
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_proxy.h168 u_32_t ftps_seq[2]; member in struct:ftpside
H A Dip_ftp_pxy.c1320 f->ftps_seq[0] = thseq + 1;
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;
1386 if (t->ftps_seq[0] == thack)
1388 else if (t->ftps_seq[1] == thack) {
1389 t->ftps_seq[0] = thack;
1393 if (t->ftps_seq[
[all...]

Completed in 87 milliseconds