Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_osfp.c551 struct name_entry *nm_class, *nm_version, *nm_subtype; in add_fingerprint() local
620 nm_subtype = fingerprint_name_entry(&nm_version->nm_sublist, in add_fingerprint()
622 if (nm_subtype) { in add_fingerprint()
623 if (nm_subtype->nm_num == 0) in add_fingerprint()
624 nm_subtype->nm_num = in add_fingerprint()
626 subtype = nm_subtype->nm_num; in add_fingerprint()
660 struct name_entry *nm_class, *nm_version, *nm_subtype; in import_fingerprint() local
679 nm_subtype = fingerprint_name_entry(&nm_version->nm_sublist, in import_fingerprint()
681 if (nm_subtype) { in import_fingerprint()
682 if (nm_subtype->nm_num == 0) { in import_fingerprint()
[all …]