Searched refs:os_fingerprint (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_lb.c288 else if (r->os_fingerprint != PF_OSFP_ANY && (pd->proto !=
290 off, pd->hdr.tcp), r->os_fingerprint)))
H A Dpf_norm.c1607 else if (r->os_fingerprint != PF_OSFP_ANY && !pf_osfp_match(
1609 r->os_fingerprint))
H A Dpfvar.h626 pf_osfp_t os_fingerprint; member in struct:pf_rule
H A Dpf.c3635 else if (r->os_fingerprint != PF_OSFP_ANY &&
3638 r->os_fingerprint)))
4124 else if (r->os_fingerprint != PF_OSFP_ANY)
H A Dpf_ioctl.c1295 PF_MD5_UPD_HTONL(rule, os_fingerprint, y);
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dparse.y5141 r->os_fingerprint = pfctl_get_fingerprint(src_os->os);
5143 r->os_fingerprint == PF_OSFP_NOMATCH)
5148 r->os_fingerprint = PF_OSFP_ANY;
H A Dpfctl_optimize.c158 PF_RULE_FIELD(os_fingerprint, NOMERGE),
H A Dpfctl_parser.c810 print_fromto(&r->src, r->os_fingerprint, &r->dst, r->af, r->proto,

Completed in 195 milliseconds