HomeSort by: relevance | last modified time | path
    Searched refs:aps_seqoff (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_proxy.c 1180 if (aps->aps_seqoff[sel]) {
1181 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel];
1183 seq2 = aps->aps_seqoff[sel];
1192 aps->aps_seqoff[sel] = aps->aps_seqoff[sel] + inc;
1196 aps->aps_seqoff[sel], inc);
1249 aps->aps_seqoff[sel], inc);
1266 if (aps->aps_seqoff[sel] != 0) {
1269 sel, aps->aps_seqoff[sel], seq1,
1272 seq2 = aps->aps_seqoff[sel]
    [all...]
ip_ftp_pxy.c 1272 seqoff = aps->aps_seqoff[sel];
1274 seqoff = aps->aps_seqoff[!sel];
1286 ackoff = aps->aps_seqoff[sel2];
1292 ackoff = aps->aps_seqoff[!sel2];
1295 ackoff = aps->aps_seqoff[!sel2];
1304 aps->aps_seqoff[sel], aps->aps_seqoff[sel2]);
1412 aps->aps_seqoff[sel]);
ip_proxy.h 70 #define aps_seqoff aps_un.apu_tcp.apt_seqoff macro

Completed in 330 milliseconds