16#ifndef NASL_NASL_SOCKET_H
17#define NASL_NASL_SOCKET_H
struct struct_lex_ctxt lex_ctxt
tree_cell * nasl_send(lex_ctxt *)
tree_cell * nasl_get_sock_info(lex_ctxt *lexic)
Get info pertaining to a socket.
tree_cell * nasl_open_priv_sock_udp(lex_ctxt *)
tree_cell * nasl_socket_get_ssl_ciphersuite(lex_ctxt *)
tree_cell * nasl_close_socket(lex_ctxt *)
tree_cell * nasl_leave_multicast_group(lex_ctxt *)
tree_cell * nasl_get_mtu(lex_ctxt *)
tree_cell * nasl_socket_get_cert(lex_ctxt *)
tree_cell * nasl_socket_get_error(lex_ctxt *)
tree_cell * nasl_socket_get_ssl_session_id(lex_ctxt *)
tree_cell * nasl_socket_get_ssl_version(lex_ctxt *)
tree_cell * nasl_recv(lex_ctxt *)
tree_cell * nasl_open_priv_sock_tcp(lex_ctxt *)
tree_cell * nasl_socket_ssl_do_handshake(lex_ctxt *)
Do a re-handshake of the TLS/SSL protocol.
tree_cell * nasl_socket_check_ssl_safe_renegotiation(lex_ctxt *)
Check if Secure Renegotiation is supported in the server side.
tree_cell * nasl_join_multicast_group(lex_ctxt *)
tree_cell * nasl_open_sock_tcp_bufsz(lex_ctxt *, int)
tree_cell * nasl_socket_cert_verify(lex_ctxt *)
Verify a certificate.
tree_cell * nasl_recv_line(lex_ctxt *)
tree_cell * nasl_socket_negotiate_ssl(lex_ctxt *)
tree_cell * nasl_open_sock_tcp(lex_ctxt *)
Open a TCP socket to the target host.
tree_cell * nasl_get_source_port(lex_ctxt *)
tree_cell * nasl_open_sock_udp(lex_ctxt *)