Home
last modified time | relevance | path

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

/netbsd-src/sys/dist/pf/net/
H A Dpf_osfp.c275 int en_class, en_version, en_subtype; in pf_osfp_match() local
285 PF_OSFP_UNPACK(entry->fp_os, en_class, en_version, en_subtype); in pf_osfp_match()
288 (os_subtype == PF_OSFP_ANY || en_subtype == os_subtype)) { in pf_osfp_match()