Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_ftp_pxy.c1041 u_32_t thseq, thack; local
1055 thseq = ntohl(tcp->th_seq);
1068 f->ftps_seq[0] = thseq + 1;
1079 if (aps->aps_seqmin[sel] > seqoff + thseq)
1087 printf("seqoff %d thseq %x ackmin %x\n", seqoff, thseq,
1089 if (aps->aps_ackmin[sel] > seqoff + thseq)
1106 rv ? "IN" : "OUT", tcp->th_flags, thseq, seqoff,
1174 if (thseq == f->ftps_seq[1]) {
1176 f->ftps_seq[1] = thseq + 1 - seqoff;
1180 thseq, seqoff, f->ftps_seq[0]);
[all …]