Home
last modified time | relevance | path

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

/dports/security/nmap/nmap-7.91/
H A Dscan_engine.h558 rawtcpscan: 1, member
H A Dscan_engine.cc429 … (USI->ping_scan && (USI->ptech.rawtcpscan || USI->ptech.rawudpscan || USI->ptech.rawsctpscan)); in pingprobe_is_appropriate()
745 || (ping_scan && (ptech.rawicmpscan || ptech.rawtcpscan || ptech.rawudpscan in isRawScan()
889 ptech.rawtcpscan = 1; in Init()
994 if (ptech.rawtcpscan) { in numProbesPerHost()
1404 if (USI->ptech.rawtcpscan) { in get_next_target_probe()
1498 if (USI->ptech.rawtcpscan) { in freshPortsLeft()
H A Dscan_engine_raw.cc602 if (encaps_hdr.proto == IPPROTO_TCP && !USI->ptech.rawtcpscan) in get_ping_pcap_result()
638 } else if (encaps_hdr.proto == IPPROTO_TCP && USI->ptech.rawtcpscan) { in get_ping_pcap_result()
709 } else if (hdr.proto == IPPROTO_TCP && USI->ptech.rawtcpscan) { in get_ping_pcap_result()