Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dpf_osfp.c246 int en_class, en_version, en_subtype; in pf_osfp_match() local
257 PF_OSFP_UNPACK(entry->fp_os, en_class, en_version, en_subtype); in pf_osfp_match()
260 (os_subtype == PF_OSFP_ANY || en_subtype == os_subtype)) { in pf_osfp_match()