OpenVAS Libraries
6.0+beta5
|
Go to the source code of this file.
Data Structures | |
struct | hg_host |
struct | hg_globals |
Macros | |
#define | INADDR_NONE 0xffffffff |
#define | HG_NFS 1 |
#define | HG_DNS_AXFR 2 |
#define | HG_SUBNET 4 |
#define | HG_PING 8 |
#define | HG_REVLOOKUP 16 /* Are we allowed to use the DNS ? */ |
#define | HG_REVLOOKUP_AS_PING 32 |
#define | HG_DISTRIBUTE 64 |
Functions | |
struct hg_globals * | hg_init (char *, int) |
int | hg_next_host (struct hg_globals *, struct in6_addr *, char *, int) |
void | hg_cleanup (struct hg_globals *) |
Frees all the hosts and info associated to the hg_globals globals. More... | |
int | hg_test_syntax (char *hostname, int flags) |
#define HG_DISTRIBUTE 64 |
#define HG_DNS_AXFR 2 |
#define HG_NFS 1 |
#define HG_PING 8 |
#define HG_REVLOOKUP 16 /* Are we allowed to use the DNS ? */ |
#define HG_REVLOOKUP_AS_PING 32 |
#define HG_SUBNET 4 |
#define INADDR_NONE 0xffffffff |
void hg_cleanup | ( | struct hg_globals * | ) |
Frees all the hosts and info associated to the hg_globals globals.
|
read |
Inits a hg_globals struct with hostname and flags.
int hg_next_host | ( | struct hg_globals * | , |
struct in6_addr * | , | ||
char * | , | ||
int | |||
) |
int hg_test_syntax | ( | char * | hostname, |
int | flags | ||
) |