26 #ifndef OPENVAS_PCAP_H
27 #define OPENVAS_PCAP_H
int v6_islocalhost(struct in6_addr *addr)
Tests whether a packet sent to IP is LIKELY to route through the kernel localhost interface...
Definition: pcap.c:378
char * v6_routethrough(struct in6_addr *dest, struct in6_addr *source)
An awesome function to determine what interface a packet to a given destination should be routed thro...
Definition: pcap.c:1060
int v6_getsourceip(struct in6_addr *src, struct in6_addr *dst)
Definition: pcap.c:691
int islocalhost(struct in_addr *addr)
Tests whether a packet sent to IP is LIKELY to route through the kernel localhost interface...
Definition: pcap.c:415
int v6_get_mac_addr(struct in6_addr *addr, char **mac)
We send an empty UDP packet to the remote host, and read back its mac.
Definition: pcap.c:171
int get_datalink_size(int datalink)
Definition: pcap.c:442
int v6_is_local_ip(struct in6_addr *addr)
Definition: pcap.c:106
char * routethrough(struct in_addr *dest, struct in_addr *source)
An awesome function to determine what interface a packet to a given destination should be routed thro...
Definition: pcap.c:1243