OpenVAS Scanner
7.0.0~git
|
Go to the documentation of this file.
26 #ifndef OPENVAS_PCAP_H
27 #define OPENVAS_PCAP_H
29 #include <arpa/inet.h>
31 #include <sys/param.h>
33 #include <netinet/in.h>
int get_datalink_size(int)
int islocalhost(struct in_addr *)
Tests whether a packet sent to IP is LIKELY to route through the kernel localhost interface.
int v6_is_local_ip(struct in6_addr *)
int v6_getsourceip(struct in6_addr *, struct in6_addr *)
char * v6_routethrough(struct in6_addr *, struct in6_addr *)
An awesome function to determine what interface a packet to a given destination should be routed thro...
char * routethrough(struct in_addr *, struct in_addr *)
An awesome function to determine what interface a packet to a given destination should be routed thro...
int v6_islocalhost(struct in6_addr *)
Tests whether a packet sent to IP is LIKELY to route through the kernel localhost interface.