Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dpf_osfp.c137 fp.fp_ttl = ip->ip_ttl; in pf_osfp_fingerprint_hdr()
146 fp.fp_ttl = ip6->ip6_hlim; in pf_osfp_fingerprint_hdr()
223 fp.fp_wsize, fp.fp_ttl, (fp.fp_flags & PF_OSFP_DF) != 0, in pf_osfp_fingerprint_hdr()
326 fpadd.fp_ttl = fpioc->fp_ttl; in pf_osfp_add()
343 fpadd.fp_ttl, in pf_osfp_add()
380 fp->fp_ttl = fpioc->fp_ttl; in pf_osfp_add()
427 f->fp_ttl < find->fp_ttl || in pf_osfp_find()
428 f->fp_ttl - find->fp_ttl > ttldiff || in pf_osfp_find()
502 f->fp_ttl == find->fp_ttl) { in pf_osfp_find_exact()
545 fpioc->fp_ttl = fp->fp_ttl; in pf_osfp_get()
H A Dpfvar.h624 u_int8_t fp_ttl; /* IPv4 TTL */ member
649 u_int8_t fp_ttl; /* IPv4 TTL */ member