Home
last modified time | relevance | path

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

/dports/security/nmap/nmap-7.91/
H A Dscan_engine.h347 bool sent_icmp_ts; variable
H A Dscan_engine.cc454 sent_icmp_ts = false; in HostScanStats()
1423 if ((o.pingtype & PINGTYPE_ICMP_TS) && !hss->sent_icmp_ts) { in get_next_target_probe()
1424 hss->sent_icmp_ts = true; in get_next_target_probe()
1515 if ((o.pingtype & PINGTYPE_ICMP_TS) && !sent_icmp_ts) in freshPortsLeft()