Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_ftp_pxy.c1078 seqoff = aps->aps_seqoff[sel];
1079 if (aps->aps_seqmin[sel] > seqoff + thseq)
1080 seqoff = aps->aps_seqoff[!sel];
1085 seqoff = aps->aps_ackoff[sel];
1087 printf("seqoff %d thseq %x ackmin %x\n", seqoff, thseq,
1089 if (aps->aps_ackmin[sel] > seqoff + thseq)
1090 seqoff = aps->aps_ackoff[!sel];
1106 rv ? "IN" : "OUT", tcp->th_flags, thseq, seqoff,
1175 f->ftps_seq[0] = f->ftps_seq[1] - seqoff;
1176 f->ftps_seq[1] = thseq + 1 - seqoff;
[all …]