OpenVAS Libraries
4.0+rc3.SVN
|
#include <arpa/inet.h>
#include <stdlib.h>
#include <string.h>
#include "hosts_gatherer.h"
#include "hg_add_hosts.h"
#include "hg_subnet.h"
#include "hg_utils.h"
#include "hg_filter.h"
#include "hg_dns_axfr.h"
Functions | |
int | hg_test_syntax (char *hostname, int flags) |
struct hg_globals * | hg_init (char *hostname, int flags) |
int | hg_next_host (struct hg_globals *globals, struct in6_addr *ip, char *hostname, int sz) |
void | hg_cleanup (struct hg_globals *globals) |
Frees all the hosts and info associated to the hg_globals globals. |
The host gatherer library.
struct hg_globals* hg_init | ( | char * | hostname, |
int | flags | ||
) | [read] |
Inits a hg_globals struct with hostname and flags.