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

/freebsd-13-stable/contrib/ipfilter/lib/
H A Dprintaps.c52 ap.aps_seqoff[0], ap.aps_seqoff[1],
59 ap.aps_seqoff[0], ap.aps_seqoff[1],
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_proxy.c1195 if (aps->aps_seqoff[sel]) {
1196 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel];
1198 seq2 = aps->aps_seqoff[sel];
1207 aps->aps_seqoff[sel] = aps->aps_seqoff[sel] + inc;
1211 aps->aps_seqoff[sel], inc);
1264 aps->aps_seqoff[sel], inc);
1281 if (aps->aps_seqoff[sel] != 0) {
1284 sel, aps->aps_seqoff[sel], seq1,
1287 seq2 = aps->aps_seqoff[se
[all...]
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

Completed in 157 milliseconds