Home
last modified time | relevance | path

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

/dports/security/nmap/nmap-7.91/
H A Dscan_engine_raw.cc1724 if (USI->prot_scan) { in get_pcap_result()
1756 if (hdr.proto == IPPROTO_TCP && !USI->prot_scan) { in get_pcap_result()
1802 } else if (hdr.proto == IPPROTO_SCTP && !USI->prot_scan) { in get_pcap_result()
1929 if (encaps_hdr.proto == IPPROTO_TCP && !USI->prot_scan) { in get_pcap_result()
1941 } else if (encaps_hdr.proto == IPPROTO_UDP && !USI->prot_scan) { in get_pcap_result()
1947 } else if (!USI->prot_scan) { in get_pcap_result()
2058 if (encaps_hdr.proto == IPPROTO_TCP && !USI->prot_scan) { in get_pcap_result()
2070 } else if (encaps_hdr.proto == IPPROTO_UDP && !USI->prot_scan) { in get_pcap_result()
2076 } else if (!USI->prot_scan) { in get_pcap_result()
2155 } else if (hdr.proto == IPPROTO_UDP && !USI->prot_scan) { in get_pcap_result()
[all …]
H A Dscan_engine.cc431 return USI->prot_scan || (USI->ping_scan && USI->ptech.rawprotoscan); in pingprobe_is_appropriate()
744 && (tcp_scan || udp_scan || sctp_scan || prot_scan || ping_scan_arp || ping_scan_nd in isRawScan()
850 tcp_scan = udp_scan = sctp_scan = prot_scan = false; in Init()
876 prot_scan = true; in Init()
986 } else if (prot_scan) { in numProbesPerHost()
1361 } else if (USI->prot_scan) { in get_next_target_probe()
1484 } else if (USI->prot_scan) { in freshPortsLeft()
1809 if (USI->prot_scan) { in ultrascan_port_pspec_update()
2333 if (USI->prot_scan || USI->ptech.rawprotoscan) in retransmitProbe()
H A Dscan_engine.h545 bool prot_scan; variable