|
OpenVAS Scanner 23.23.1
|
Go to the source code of this file.
Functions | |
| tree_cell * | add_hostname (lex_ctxt *) |
| tree_cell * | get_hostname (lex_ctxt *) |
| tree_cell * | get_hostnames (lex_ctxt *) |
| tree_cell * | get_hostname_source (lex_ctxt *) |
| tree_cell * | resolve_hostname (lex_ctxt *) |
| tree_cell * | resolve_hostname_to_multiple_ips (lex_ctxt *) |
| Resolve a hostname and return all ip addresses as nasl array. | |
| tree_cell * | get_host_ip (lex_ctxt *) |
| tree_cell * | get_host_open_port (lex_ctxt *) |
| tree_cell * | get_port_state (lex_ctxt *) |
| tree_cell * | get_udp_port_state (lex_ctxt *) |
| tree_cell * | nasl_islocalhost (lex_ctxt *) |
| tree_cell * | nasl_islocalnet (lex_ctxt *) |
| tree_cell * | nasl_this_host (lex_ctxt *) |
| tree_cell * | nasl_this_host_name (lex_ctxt *) |
| tree_cell * | get_port_transport (lex_ctxt *) |
| Return the encapsulation mode of a port. | |
| tree_cell * | nasl_same_host (lex_ctxt *) |
| tree_cell * | nasl_target_is_ipv6 (lex_ctxt *lexic) |
| tree_cell * | host_reverse_lookup (lex_ctxt *lexic) |
| implements ip_reverse_lookup | |
Return the encapsulation mode of a port.
Takes a port number and returns its encapsulation mode (ENCAPS_*) The defined encapsulation modes are:
-asstring If not 0 return a human readabale string instead of an integer.
| [in] | lexic | Lexical context of the NASL interpreter. |