8#ifndef NASL_NASL_HOST_H
9#define NASL_NASL_HOST_H
tree_cell * resolve_hostname(lex_ctxt *)
Definition nasl_host.c:186
tree_cell * nasl_this_host_name(lex_ctxt *)
Definition nasl_host.c:406
tree_cell * nasl_islocalnet(lex_ctxt *)
Definition nasl_host.c:341
tree_cell * get_host_ip(lex_ctxt *)
Definition nasl_host.c:208
tree_cell * get_hostname_source(lex_ctxt *)
Definition nasl_host.c:95
tree_cell * get_port_state(lex_ctxt *)
Definition nasl_host.c:292
tree_cell * add_hostname(lex_ctxt *)
Definition nasl_host.c:113
tree_cell * nasl_islocalhost(lex_ctxt *)
Definition nasl_host.c:329
tree_cell * get_port_transport(lex_ctxt *)
Return the encapsulation mode of a port.
Definition nasl_host.c:456
tree_cell * nasl_this_host(lex_ctxt *)
Definition nasl_host.c:353
tree_cell * get_hostnames(lex_ctxt *)
Definition nasl_host.c:49
tree_cell * nasl_target_is_ipv6(lex_ctxt *lexic)
Definition nasl_host.c:612
tree_cell * get_hostname(lex_ctxt *)
Definition nasl_host.c:79
tree_cell * get_host_open_port(lex_ctxt *)
Definition nasl_host.c:227
tree_cell * host_reverse_lookup(lex_ctxt *lexic)
implements ip_reverse_lookup
Definition nasl_host.c:245
tree_cell * get_udp_port_state(lex_ctxt *)
Definition nasl_host.c:311
tree_cell * nasl_same_host(lex_ctxt *)
Definition nasl_host.c:484
tree_cell * resolve_hostname_to_multiple_ips(lex_ctxt *)
Resolve a hostname and return all ip addresses as nasl array.
Definition nasl_host.c:153
struct struct_lex_ctxt lex_ctxt