Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_proxy.c1196 if (aps->aps_seqoff[sel]) {
1197 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel];
1199 seq2 = aps->aps_seqoff[sel];
1208 aps->aps_seqoff[sel] = aps->aps_seqoff[sel] + inc;
1212 aps->aps_seqoff[sel], inc);
1265 aps->aps_seqoff[sel], inc);
1282 if (aps->aps_seqoff[sel] != 0) {
1285 sel, aps->aps_seqoff[sel], seq1,
1288 seq2 = aps->aps_seqoff[sel];
H A Dip_ftp_pxy.c1332 seqoff = aps->aps_seqoff[sel];
1334 seqoff = aps->aps_seqoff[!sel];
1346 ackoff = aps->aps_seqoff[sel2];
1352 ackoff = aps->aps_seqoff[!sel2];
1355 ackoff = aps->aps_seqoff[!sel2];
1364 aps->aps_seqoff[sel], aps->aps_seqoff[sel2]);
1472 aps->aps_seqoff[sel]);
H A Dip_proxy.h67 #define aps_seqoff aps_un.apu_tcp.apt_seqoff macro