Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ipf/libipf/
H A Dprintaps.c49 ap.aps_seqoff[0], ap.aps_seqoff[1], in printaps()
56 ap.aps_seqoff[0], ap.aps_seqoff[1], in printaps()
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_proxy.c1154 if (aps->aps_seqoff[sel]) { in ipf_proxy_fixseqack()
1155 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel]; in ipf_proxy_fixseqack()
1157 seq2 = aps->aps_seqoff[sel]; in ipf_proxy_fixseqack()
1166 aps->aps_seqoff[sel] = aps->aps_seqoff[sel] + inc; in ipf_proxy_fixseqack()
1170 aps->aps_seqoff[sel], inc); in ipf_proxy_fixseqack()
1223 aps->aps_seqoff[sel], inc); in ipf_proxy_fixseqack()
1240 if (aps->aps_seqoff[sel] != 0) { in ipf_proxy_fixseqack()
1243 sel, aps->aps_seqoff[sel], seq1, in ipf_proxy_fixseqack()
1246 seq2 = aps->aps_seqoff[sel]; in ipf_proxy_fixseqack()
H A Dip_ftp_pxy.c1258 seqoff = aps->aps_seqoff[sel]; in ipf_p_ftp_process()
1260 seqoff = aps->aps_seqoff[!sel]; in ipf_p_ftp_process()
1272 ackoff = aps->aps_seqoff[sel2]; in ipf_p_ftp_process()
1278 ackoff = aps->aps_seqoff[!sel2]; in ipf_p_ftp_process()
1281 ackoff = aps->aps_seqoff[!sel2]; in ipf_p_ftp_process()
1290 aps->aps_seqoff[sel], aps->aps_seqoff[sel2]); in ipf_p_ftp_process()
1398 aps->aps_seqoff[sel]); in ipf_p_ftp_process()
H A Dip_proxy.h64 #define aps_seqoff aps_un.apu_tcp.apt_seqoff macro