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

  /src/sys/dist/pf/net/
pf_osfp.c 199 fp.fp_optcnt++;
254 fp.fp_psize, (long long int)fp.fp_tcpopts, fp.fp_optcnt,
359 fpadd.fp_optcnt = fpioc->fp_optcnt;
377 (long long int)fpadd.fp_tcpopts, fpadd.fp_optcnt,
404 fp->fp_optcnt = fpioc->fp_optcnt;
451 f->fp_optcnt != find->fp_optcnt ||
517 f->fp_optcnt == find->fp_optcnt &
    [all...]
pfvar.h 477 u_int8_t fp_optcnt; /* TCP option count */ member in struct:pf_os_fingerprint
502 u_int8_t fp_optcnt; /* TCP option count */ member in struct:pf_osfp_ioctl
  /src/dist/pf/sbin/pfctl/
pfctl_osfp.c 227 fp.fp_optcnt = optcnt;
1051 if (fp->fp_optcnt == 0)
1053 for (i = fp->fp_optcnt - 1; i >= 0; i--) {
1104 snprintf(tmp, sizeof(tmp), "TcpOpts %d 0x%llx", fp->fp_optcnt,

Completed in 15 milliseconds