Symbol: aps_seqmin
usr/src/cmd/ipf/lib/printaps.c
50
ap.aps_seqmin[0], ap.aps_seqmin[1]);
usr/src/cmd/ipf/lib/printaps.c
57
ap.aps_seqmin[0], ap.aps_seqmin[1]);
usr/src/uts/common/inet/ipf/ip_proxy.c
751
if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) &&
usr/src/uts/common/inet/ipf/ip_proxy.c
752
(seq1 > aps->aps_seqmin[!sel])) {
usr/src/uts/common/inet/ipf/ip_proxy.c
756
aps->aps_seqmin[!sel]);
usr/src/uts/common/inet/ipf/ip_proxy.c
761
seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel];
usr/src/uts/common/inet/ipf/ip_proxy.c
770
if (inc && (seq1 > aps->aps_seqmin[!sel])) {
usr/src/uts/common/inet/ipf/ip_proxy.c
771
aps->aps_seqmin[sel] = seq1 + nlen - 1;
usr/src/uts/common/inet/ipf/ip_proxy.c
775
sel, aps->aps_seqmin[sel],
usr/src/uts/common/inet/ipf/ip_proxy.c
828
!sel, aps->aps_seqmin[!sel],
usr/src/uts/common/inet/ipf/ip_proxy.c
838
if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) &&
usr/src/uts/common/inet/ipf/ip_proxy.c
839
(seq1 > aps->aps_seqmin[!sel])) {
usr/src/uts/common/inet/ipf/ip_proxy.c
842
sel, !sel, seq1, aps->aps_seqmin[!sel]);
usr/src/uts/common/inet/ipf/ip_proxy.c
850
aps->aps_seqmin[sel]);
usr/src/uts/common/inet/ipf/ip_proxy.c
851
if (seq1 > aps->aps_seqmin[sel]) {
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
1079
if (aps->aps_seqmin[sel] > seqoff + thseq)
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
1095
aps->aps_seqmin[sel2]);
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
1097
if (aps->aps_seqmin[sel2] > ackoff + thack)
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
1100
if (aps->aps_seqmin[sel2] > thack)
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
1109
aps->aps_seqmin[sel], aps->aps_seqmin[sel2],
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
1208
printf("seqmin %x seqoff %d\n", aps->aps_seqmin[sel],