Searched refs:aps_seqoff (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/ipfilter/lib/ |
| H A D | printaps.c | 52 ap.aps_seqoff[0], ap.aps_seqoff[1], 59 ap.aps_seqoff[0], ap.aps_seqoff[1],
|
| /freebsd-12.1/sys/contrib/ipfilter/netinet/ |
| H A D | ip_proxy.c | 1196 if (aps->aps_seqoff[sel]) { 1197 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel]; 1199 seq2 = aps->aps_seqoff[sel]; 1208 aps->aps_seqoff[sel] = aps->aps_seqoff[sel] + inc; 1212 aps->aps_seqoff[sel], inc); 1265 aps->aps_seqoff[sel], inc); 1282 if (aps->aps_seqoff[sel] != 0) { 1285 sel, aps->aps_seqoff[sel], seq1, 1288 seq2 = aps->aps_seqoff[sel];
|
| H A D | ip_ftp_pxy.c | 1332 seqoff = aps->aps_seqoff[sel]; 1334 seqoff = aps->aps_seqoff[!sel]; 1346 ackoff = aps->aps_seqoff[sel2]; 1352 ackoff = aps->aps_seqoff[!sel2]; 1355 ackoff = aps->aps_seqoff[!sel2]; 1364 aps->aps_seqoff[sel], aps->aps_seqoff[sel2]); 1472 aps->aps_seqoff[sel]);
|
| H A D | ip_proxy.h | 71 #define aps_seqoff aps_un.apu_tcp.apt_seqoff macro
|