Searched refs:aps_seqoff (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sbin/ipf/libipf/ |
| H A D | printaps.c | 50 ap.aps_seqoff[0], ap.aps_seqoff[1], in printaps() 57 ap.aps_seqoff[0], ap.aps_seqoff[1], in printaps()
|
| /freebsd-13.1/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_proxy.c | 1155 if (aps->aps_seqoff[sel]) { in ipf_proxy_fixseqack() 1156 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel]; in ipf_proxy_fixseqack() 1158 seq2 = aps->aps_seqoff[sel]; in ipf_proxy_fixseqack() 1167 aps->aps_seqoff[sel] = aps->aps_seqoff[sel] + inc; in ipf_proxy_fixseqack() 1171 aps->aps_seqoff[sel], inc); in ipf_proxy_fixseqack() 1224 aps->aps_seqoff[sel], inc); in ipf_proxy_fixseqack() 1241 if (aps->aps_seqoff[sel] != 0) { in ipf_proxy_fixseqack() 1244 sel, aps->aps_seqoff[sel], seq1, in ipf_proxy_fixseqack() 1247 seq2 = aps->aps_seqoff[sel]; in ipf_proxy_fixseqack()
|
| H A D | ip_ftp_pxy.c | 1263 seqoff = aps->aps_seqoff[sel]; in ipf_p_ftp_process() 1265 seqoff = aps->aps_seqoff[!sel]; in ipf_p_ftp_process() 1277 ackoff = aps->aps_seqoff[sel2]; in ipf_p_ftp_process() 1283 ackoff = aps->aps_seqoff[!sel2]; in ipf_p_ftp_process() 1286 ackoff = aps->aps_seqoff[!sel2]; in ipf_p_ftp_process() 1295 aps->aps_seqoff[sel], aps->aps_seqoff[sel2]); in ipf_p_ftp_process() 1403 aps->aps_seqoff[sel]); in ipf_p_ftp_process()
|
| H A D | ip_proxy.h | 67 #define aps_seqoff aps_un.apu_tcp.apt_seqoff macro
|