Home
last modified time | relevance | path

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

/dports/security/nmap/nmap-7.91/
H A Doutput.cc1142 int sctpportsscanned = ports->sctp_count; in output_ports_to_machine_parseable_output() local
1150 log_write(LOG_MACHINE, ") SCTP(%d;", sctpportsscanned); in output_ports_to_machine_parseable_output()
1151 if (sctpportsscanned) in output_ports_to_machine_parseable_output()
1152 output_rangelist_given_ports(LOG_MACHINE, ports->sctp_ports, sctpportsscanned); in output_ports_to_machine_parseable_output()