Searched refs:aps_seqoff (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/ipf/lib/common/ |
H A D | printaps.c | 49 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 D | ip_proxy.c | 760 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 D | ip_ftp_pxy.c | 1078 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 D | ip_proxy.h | 75 #define aps_seqoff aps_un.apu_tcp.apt_seqoff macro
|