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.c541 struct name_entry *nm_class, *nm_version, *nm_subtype; in add_fingerprint() local
610 nm_subtype = fingerprint_name_entry(&nm_version->nm_sublist, in add_fingerprint()
612 if (nm_subtype) { in add_fingerprint()
613 if (nm_subtype->nm_num == 0) in add_fingerprint()
614 nm_subtype->nm_num = in add_fingerprint()
616 subtype = nm_subtype->nm_num; in add_fingerprint()
650 struct name_entry *nm_class, *nm_version, *nm_subtype; in import_fingerprint() local
669 nm_subtype = fingerprint_name_entry(&nm_version->nm_sublist, in import_fingerprint()
671 if (nm_subtype) { in import_fingerprint()
672 if (nm_subtype->nm_num == 0) { in import_fingerprint()
[all …]