/src/sys/external/bsd/ipf/netinet/ |
ip_ftp_pxy.c | 1231 u_32_t thseq, thack; local in function:ipf_p_ftp_process 1245 thseq = ntohl(tcp->th_seq); 1260 f->ftps_seq[0] = thseq + 1; 1273 if (aps->aps_seqmin[sel] > seqoff + thseq) 1281 printf("seqoff %d thseq %x ackmin %x\n", seqoff, thseq, 1283 if (aps->aps_ackmin[sel] > seqoff + thseq) 1300 rv ? "IN" : "OUT", tcp->th_flags, thseq, seqoff, 1375 if (thseq == f->ftps_seq[1]) { 1377 f->ftps_seq[1] = thseq + 1 - seqoff [all...] |
ip_ftp_pxy.c | 1231 u_32_t thseq, thack; local in function:ipf_p_ftp_process 1245 thseq = ntohl(tcp->th_seq); 1260 f->ftps_seq[0] = thseq + 1; 1273 if (aps->aps_seqmin[sel] > seqoff + thseq) 1281 printf("seqoff %d thseq %x ackmin %x\n", seqoff, thseq, 1283 if (aps->aps_ackmin[sel] > seqoff + thseq) 1300 rv ? "IN" : "OUT", tcp->th_flags, thseq, seqoff, 1375 if (thseq == f->ftps_seq[1]) { 1377 f->ftps_seq[1] = thseq + 1 - seqoff [all...] |