OpenVAS Scanner 21.4.1
|
Functions | |
Describe (pcap) | |
BeforeEach (pcap) | |
AfterEach (pcap) | |
__attribute__ ((weak)) | |
int | __wrap_setsockopt (__attribute__((unused)) int sockfd, __attribute__((unused)) int level, __attribute__((unused)) int optname, __attribute__((unused)) const void *optval, __attribute__((unused)) socklen_t optlen) |
Ensure (pcap, routethrough_dst_is_localhost) | |
Ensure (pcap, routethrough_dst_is_not_localhost) | |
Ensure (pcap, routethrough_no_src_dst_given) | |
Ensure (pcap, routethrough_src_globalsource_set) | |
Ensure (pcap, routethrough_src_globalsource_not_set) | |
Ensure (pcap, v6_islocalhost) | |
Ensure (pcap, islocalhost) | |
static void | apply_ipv6_mask (struct in6_addr *network, struct in6_addr *dest, struct in6_addr *mask) |
Apply mask to dest addr. More... | |
Ensure (pcap, ipv6_prefix_to_mask) | |
TestSuite * | openvas_routethrough () |
int | main (int argc, char **argv) |
Variables | |
bool | g_setsockopt_use_real = true |
__attribute__ | ( | (weak) | ) |
int __wrap_setsockopt | ( | __attribute__((unused)) int | sockfd, |
__attribute__((unused)) int | level, | ||
__attribute__((unused)) int | optname, | ||
__attribute__((unused)) const void * | optval, | ||
__attribute__((unused)) socklen_t | optlen | ||
) |
AfterEach | ( | pcap | ) |
|
static |
Apply mask to dest addr.
[out] | network | Masked dest addr. |
[in] | dest | Destination addr. |
[in] | mask | Mask to apply. |
BeforeEach | ( | pcap | ) |
Describe | ( | pcap | ) |
Ensure | ( | pcap | , |
ipv6_prefix_to_mask | |||
) |
Ensure | ( | pcap | , |
islocalhost | |||
) |
Ensure | ( | pcap | , |
routethrough_dst_is_localhost | |||
) |
Ensure | ( | pcap | , |
routethrough_dst_is_not_localhost | |||
) |
Ensure | ( | pcap | , |
routethrough_no_src_dst_given | |||
) |
Ensure | ( | pcap | , |
routethrough_src_globalsource_not_set | |||
) |
Ensure | ( | pcap | , |
routethrough_src_globalsource_set | |||
) |
Ensure | ( | pcap | , |
v6_islocalhost | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
TestSuite * openvas_routethrough | ( | ) |
bool g_setsockopt_use_real = true |