Home
last modified time | relevance | path

Searched refs:fp_ttl (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dist/pf/net/
H A Dpf_osfp.c148 fp.fp_ttl = ip->ip_ttl; in pf_osfp_fingerprint_hdr()
171 fp.fp_ttl = ip6->ip6_hlim; in pf_osfp_fingerprint_hdr()
253 fp.fp_wsize, fp.fp_ttl, (fp.fp_flags & PF_OSFP_DF) != 0, in pf_osfp_fingerprint_hdr()
361 fpadd.fp_ttl = fpioc->fp_ttl; in pf_osfp_add()
372 fpadd.fp_ttl, in pf_osfp_add()
406 fp->fp_ttl = fpioc->fp_ttl; in pf_osfp_add()
452 f->fp_ttl < find->fp_ttl || in pf_osfp_find()
453 f->fp_ttl - find->fp_ttl > ttldiff || in pf_osfp_find()
519 f->fp_ttl == find->fp_ttl) in pf_osfp_find_exact()
560 fpioc->fp_ttl = fp->fp_ttl; in pf_osfp_get()
H A Dpfvar.h479 u_int8_t fp_ttl; /* IPv4 TTL */ member
504 u_int8_t fp_ttl; /* IPv4 TTL */ member
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_osfp.c176 fp.fp_ttl = ttl; in pfctl_file_fingerprints()
1031 snprintf(tmp, sizeof(tmp), "%d", fp->fp_ttl); in print_ioctl()