Searched refs:fp_optcnt (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_osfp.c223 fp.fp_optcnt++;
278 fp.fp_psize, (long long int)fp.fp_tcpopts, fp.fp_optcnt,
409 fpadd.fp_optcnt = fpioc->fp_optcnt;
428 (long long int)fpadd.fp_tcpopts, fpadd.fp_optcnt,
469 fp->fp_optcnt = fpioc->fp_optcnt;
525 f->fp_optcnt != find->fp_optcnt ||
592 f->fp_optcnt
[all...]
H A Dpfvar.h550 u_int8_t fp_optcnt; /* TCP option count */ member in struct:pf_os_fingerprint
575 u_int8_t fp_optcnt; /* TCP option count */ member in struct:pf_osfp_ioctl
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_osfp.c226 fp.fp_optcnt = optcnt;
1050 if (fp->fp_optcnt == 0)
1052 for (i = fp->fp_optcnt - 1; i >= 0; i--) {
1103 snprintf(tmp, sizeof(tmp), "TcpOpts %d 0x%llx", fp->fp_optcnt,

Completed in 73 milliseconds