Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/lib/
H A Dprintaps.c52 ap.aps_seqoff[0], ap.aps_seqoff[1],
59 ap.aps_seqoff[0], ap.aps_seqoff[1],
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_proxy.c1180 if (aps->aps_seqoff[sel]) { in ipf_proxy_fixseqack()
1181 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel]; in ipf_proxy_fixseqack()
1183 seq2 = aps->aps_seqoff[sel]; in ipf_proxy_fixseqack()
1192 aps->aps_seqoff[sel] = aps->aps_seqoff[sel] + inc; in ipf_proxy_fixseqack()
1196 aps->aps_seqoff[sel], inc); in ipf_proxy_fixseqack()
1249 aps->aps_seqoff[sel], inc); in ipf_proxy_fixseqack()
1266 if (aps->aps_seqoff[sel] != 0) { in ipf_proxy_fixseqack()
1269 sel, aps->aps_seqoff[sel], seq1, in ipf_proxy_fixseqack()
1272 seq2 = aps->aps_seqoff[se in ipf_proxy_fixseqack()
[all...]
H A Dip_ftp_pxy.c1272 seqoff = aps->aps_seqoff[sel]; in ipf_p_ftp_process()
1274 seqoff = aps->aps_seqoff[!sel]; in ipf_p_ftp_process()
1286 ackoff = aps->aps_seqoff[sel2]; in ipf_p_ftp_process()
1292 ackoff = aps->aps_seqoff[!sel2]; in ipf_p_ftp_process()
1295 ackoff = aps->aps_seqoff[!sel2]; in ipf_p_ftp_process()
1304 aps->aps_seqoff[sel], aps->aps_seqoff[sel2]); in ipf_p_ftp_process()
1412 aps->aps_seqoff[sel]); in ipf_p_ftp_process()
H A Dip_proxy.h70 #define aps_seqoff aps_un.apu_tcp.apt_seqoff macro