Home
last modified time | relevance | path

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

/titanic_50/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],
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_proxy.c760 if (aps->aps_seqoff[sel]) {
761 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel];
763 seq2 = aps->aps_seqoff[sel];
772 aps->aps_seqoff[sel] = aps->aps_seqoff[sel] + inc;
776 aps->aps_seqoff[sel], inc);
829 aps->aps_seqoff[sel], inc);
846 if (aps->aps_seqoff[sel] != 0) {
849 sel, aps->aps_seqoff[sel], seq1,
852 seq2 = aps->aps_seqoff[sel];
/titanic_50/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.h75 #define aps_seqoff aps_un.apu_tcp.apt_seqoff macro