Searched refs:aps_seqoff (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprintaps.c49 ap.aps_seqoff[0], ap.aps_seqoff[1],
56 ap.aps_seqoff[0], ap.aps_seqoff[1],
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_proxy.c758 if (aps->aps_seqoff[sel]) {
759 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel];
761 seq2 = aps->aps_seqoff[sel];
770 aps->aps_seqoff[sel] = aps->aps_seqoff[sel] + inc;
774 aps->aps_seqoff[sel], inc);
827 aps->aps_seqoff[sel], inc);
844 if (aps->aps_seqoff[sel] != 0) {
847 sel, aps->aps_seqoff[sel], seq1,
850 seq2 = aps->aps_seqoff[se
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_ftp_pxy.c1078 seqoff = aps->aps_seqoff[sel];
1080 seqoff = aps->aps_seqoff[!sel];
1092 ackoff = aps->aps_seqoff[sel2];
1098 ackoff = aps->aps_seqoff[!sel2];
1101 ackoff = aps->aps_seqoff[!sel2];
1110 aps->aps_seqoff[sel], aps->aps_seqoff[sel2]);
1209 aps->aps_seqoff[sel]);
H A Dip_proxy.h72 #define aps_seqoff aps_un.apu_tcp.apt_seqoff macro

Completed in 67 milliseconds