Home
last modified time | relevance | path

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

/dports/security/nmap/nmap-7.91/
H A DFingerPrintResults.cc211 OSR.OSC_num_perfect_matches = OSR.OSC_num_matches = 0; in populateClassification()
238 if (OSR.OSC_num_perfect_matches > 0 && printno >= num_perfect_matches) { in populateClassification()
246 OSR.OSC_num_perfect_matches++; in populateClassification()
H A DFingerPrintResults.h79 int OSC_num_perfect_matches; // Number of perfect matches in OSC[\] member
H A Doutput.cc1555 if ((!guess && classno >= OSR->OSC_num_perfect_matches) || in printosclassificationoutput()
1619 …log_write(LOG_PLAIN, "\nRunning%s: ", OSR->OSC_num_perfect_matches == 0 ? " (JUST GUESSING)" : ""); in printosclassificationoutput()
1626 if (familyno >= OSR->OSC_num_perfect_matches) in printosclassificationoutput()