Searched refs:aps_seqoff (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sbin/ipf/libipf/ |
| H A D | printaps.c | 46 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 D | ip_proxy.c | 1149 if (aps->aps_seqoff[sel]) { in ipf_proxy_fixseqack() 1150 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel]; in ipf_proxy_fixseqack() 1152 seq2 = aps->aps_seqoff[sel]; in ipf_proxy_fixseqack() 1161 aps->aps_seqoff[sel] = aps->aps_seqoff[sel] + inc; in ipf_proxy_fixseqack() 1165 aps->aps_seqoff[sel], inc); in ipf_proxy_fixseqack() 1218 aps->aps_seqoff[sel], inc); in ipf_proxy_fixseqack() 1235 if (aps->aps_seqoff[sel] != 0) { in ipf_proxy_fixseqack() 1238 sel, aps->aps_seqoff[sel], seq1, in ipf_proxy_fixseqack() 1241 seq2 = aps->aps_seqoff[sel]; in ipf_proxy_fixseqack()
|
| H A D | ip_ftp_pxy.c | 1256 seqoff = aps->aps_seqoff[sel]; in ipf_p_ftp_process() 1258 seqoff = aps->aps_seqoff[!sel]; in ipf_p_ftp_process() 1270 ackoff = aps->aps_seqoff[sel2]; in ipf_p_ftp_process() 1276 ackoff = aps->aps_seqoff[!sel2]; in ipf_p_ftp_process() 1279 ackoff = aps->aps_seqoff[!sel2]; in ipf_p_ftp_process() 1288 aps->aps_seqoff[sel], aps->aps_seqoff[sel2]); in ipf_p_ftp_process() 1396 aps->aps_seqoff[sel]); in ipf_p_ftp_process()
|
| H A D | ip_proxy.h | 64 #define aps_seqoff aps_un.apu_tcp.apt_seqoff macro
|