Home
last modified time | relevance | path

Searched refs:en_class (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()
286 if ((os_class == PF_OSFP_ANY || en_class == os_class) && in pf_osfp_match()