Home
last modified time | relevance | path

Searched refs:fp_ttl (Results 1 – 3 of 3) sorted by last modified time

/freebsd/sys/netpfil/pf/
H A Dpf.h452 u_int8_t fp_ttl; /* IPv4 TTL */ member
477 u_int8_t fp_ttl; /* IPv4 TTL */ member
H A Dpf_osfp.c117 fp.fp_ttl = ip->ip_ttl; in pf_osfp_fingerprint_hdr()
126 fp.fp_ttl = ip6->ip6_hlim; in pf_osfp_fingerprint_hdr()
195 fp.fp_wsize, fp.fp_ttl, (fp.fp_flags & PF_OSFP_DF) != 0, in pf_osfp_fingerprint_hdr()
275 fpadd.fp_ttl = fpioc->fp_ttl; in pf_osfp_add()
287 fpadd.fp_ttl, in pf_osfp_add()
322 fp->fp_ttl = fpioc->fp_ttl; in pf_osfp_add()
368 f->fp_ttl < find->fp_ttl || in pf_osfp_find()
369 f->fp_ttl - find->fp_ttl > ttldiff || in pf_osfp_find()
436 f->fp_ttl == find->fp_ttl) in pf_osfp_find_exact()
476 fpioc->fp_ttl = fp->fp_ttl; in pf_osfp_get()
/freebsd/sbin/pfctl/
H A Dpfctl_osfp.c175 fp.fp_ttl = ttl; in pfctl_file_fingerprints()
1030 snprintf(tmp, sizeof(tmp), "%d", fp->fp_ttl); in print_ioctl()