Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dprintaps.c46 ap.aps_seqoff[0], ap.aps_seqoff[1], in printaps()
53 ap.aps_seqoff[0], ap.aps_seqoff[1], in printaps()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_proxy.c1151 if (aps->aps_seqoff[sel]) { in ipf_proxy_fixseqack()
1152 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel]; in ipf_proxy_fixseqack()
1154 seq2 = aps->aps_seqoff[sel]; in ipf_proxy_fixseqack()
1163 aps->aps_seqoff[sel] = aps->aps_seqoff[sel] + inc; in ipf_proxy_fixseqack()
1167 aps->aps_seqoff[sel], inc); in ipf_proxy_fixseqack()
1220 aps->aps_seqoff[sel], inc); in ipf_proxy_fixseqack()
1237 if (aps->aps_seqoff[sel] != 0) { in ipf_proxy_fixseqack()
1240 sel, aps->aps_seqoff[sel], seq1, in ipf_proxy_fixseqack()
1243 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