Symbol: aps_seqmin
sbin/ipf/libipf/printaps.c
47
ap.aps_seqmin[0], ap.aps_seqmin[1]);
sbin/ipf/libipf/printaps.c
54
ap.aps_seqmin[0], ap.aps_seqmin[1]);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1257
if (aps->aps_seqmin[sel] > seqoff + thseq)
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1273
aps->aps_seqmin[sel2]);
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1275
if (aps->aps_seqmin[sel2] > ackoff + thack)
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1278
if (aps->aps_seqmin[sel2] > thack)
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1287
aps->aps_seqmin[sel], aps->aps_seqmin[sel2],
sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
1395
printf("seqmin %x seqoff %d\n", aps->aps_seqmin[sel],
sys/netpfil/ipfilter/netinet/ip_proxy.c
1140
if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) &&
sys/netpfil/ipfilter/netinet/ip_proxy.c
1141
(seq1 > aps->aps_seqmin[!sel])) {
sys/netpfil/ipfilter/netinet/ip_proxy.c
1145
aps->aps_seqmin[!sel]);
sys/netpfil/ipfilter/netinet/ip_proxy.c
1150
seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel];
sys/netpfil/ipfilter/netinet/ip_proxy.c
1159
if (inc && (seq1 > aps->aps_seqmin[!sel])) {
sys/netpfil/ipfilter/netinet/ip_proxy.c
1160
aps->aps_seqmin[sel] = seq1 + nlen - 1;
sys/netpfil/ipfilter/netinet/ip_proxy.c
1164
sel, aps->aps_seqmin[sel],
sys/netpfil/ipfilter/netinet/ip_proxy.c
1217
!sel, aps->aps_seqmin[!sel],
sys/netpfil/ipfilter/netinet/ip_proxy.c
1227
if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) &&
sys/netpfil/ipfilter/netinet/ip_proxy.c
1228
(seq1 > aps->aps_seqmin[!sel])) {
sys/netpfil/ipfilter/netinet/ip_proxy.c
1231
sel, !sel, seq1, aps->aps_seqmin[!sel]);
sys/netpfil/ipfilter/netinet/ip_proxy.c
1239
aps->aps_seqmin[sel]);
sys/netpfil/ipfilter/netinet/ip_proxy.c
1240
if (seq1 > aps->aps_seqmin[sel]) {