Home
last modified time | relevance | path

Searched refs:v6_islocalhost (Results 1 – 6 of 6) sorted by relevance

/dports/security/openvas/openvas-scanner-21.4.3/misc/
H A Dpcap_tests.c184 Ensure (pcap, v6_islocalhost) in Ensure() argument
199 assert_that (v6_islocalhost (&addr_6), is_true); in Ensure()
201 assert_that (v6_islocalhost (&addr_6), is_true); in Ensure()
203 assert_that (v6_islocalhost (&addr_6), is_true); in Ensure()
206 assert_that (v6_islocalhost (&addr_6), is_true); in Ensure()
214 assert_that (v6_islocalhost (&addr_6), is_false); in Ensure()
294 add_test_with_context (suite, pcap, v6_islocalhost); in openvas_routethrough()
H A Dpcap_openvas.h43 v6_islocalhost (struct in6_addr *);
H A Dpcap.c239 v6_islocalhost (struct in6_addr *addr) in v6_islocalhost() function
908 if (v6_islocalhost (dest)) in v6_routethrough()
/dports/security/openvas/openvas-scanner-21.4.3/nasl/
H A Dcapture_packet.c173 if (v6_islocalhost (&src) == 0) in init_v6_capture_device()
179 if (v6_islocalhost (&src) == 0) in init_v6_capture_device()
H A Dnasl_host.c284 retc->x.i_val = v6_islocalhost (dst); in nasl_islocalhost()
329 if (v6_islocalhost (ia)) in nasl_this_host()
H A Dnasl_packet_forgery_v6.c2240 if (v6_islocalhost (destination) > 0) in nasl_tcp_v6_ping()
2252 if (v6_islocalhost (destination) != 0) in nasl_tcp_v6_ping()
2438 if (v6_islocalhost (&sip->ip6_dst)) in nasl_send_v6packet()