Home
last modified time | relevance | path

Searched refs:ipv6 (Results 1 – 25 of 273) sorted by relevance

1234567891011

/third_party/iptables/iptables/
Dnft-ipv6.c35 if (cs->fw6.ipv6.iniface[0] != '\0') { in nft_ipv6_add()
36 op = nft_invflags2cmp(cs->fw6.ipv6.invflags, IPT_INV_VIA_IN); in nft_ipv6_add()
37 add_iniface(r, cs->fw6.ipv6.iniface, op); in nft_ipv6_add()
40 if (cs->fw6.ipv6.outiface[0] != '\0') { in nft_ipv6_add()
41 op = nft_invflags2cmp(cs->fw6.ipv6.invflags, IPT_INV_VIA_OUT); in nft_ipv6_add()
42 add_outiface(r, cs->fw6.ipv6.outiface, op); in nft_ipv6_add()
45 if (cs->fw6.ipv6.proto != 0) { in nft_ipv6_add()
46 op = nft_invflags2cmp(cs->fw6.ipv6.invflags, XT_INV_PROTO); in nft_ipv6_add()
47 add_l4proto(r, cs->fw6.ipv6.proto, op); in nft_ipv6_add()
50 if (!IN6_IS_ADDR_UNSPECIFIED(&cs->fw6.ipv6.src) || in nft_ipv6_add()
[all …]
Dip6tables.c406 fputc(fw->ipv6.invflags & XT_INV_PROTO ? '!' : ' ', stdout); in print_firewall()
408 const char *pname = proto_to_name(fw->ipv6.proto, format&FMT_NUMERIC); in print_firewall()
412 printf(FMT("%-5hu", "%hu "), fw->ipv6.proto); in print_firewall()
423 print_ifaces(fw->ipv6.iniface, fw->ipv6.outiface, in print_firewall()
424 fw->ipv6.invflags, format); in print_firewall()
432 if(fw->ipv6.flags & IP6T_F_GOTO) in print_firewall()
436 IP6T_MATCH_ITERATE(fw, print_match, &fw->ipv6, format & FMT_NUMERIC); in print_firewall()
445 tg->print(&fw->ipv6, t, format & FMT_NUMERIC); in print_firewall()
482 fw->ipv6.src = saddrs[i]; in append_entry()
483 fw->ipv6.smsk = smasks[i]; in append_entry()
[all …]
/third_party/iptables/libiptc/
Dlibip6tc.c142 inet_ntop(AF_INET6, &e->ipv6.src, buf, sizeof buf); in dump_entry()
145 len = ipv6_prefix_length(&e->ipv6.smsk); in dump_entry()
149 inet_ntop(AF_INET6, &e->ipv6.smsk, buf, sizeof buf); in dump_entry()
155 inet_ntop(AF_INET6, &e->ipv6.dst, buf, sizeof buf); in dump_entry()
158 len = ipv6_prefix_length(&e->ipv6.dmsk); in dump_entry()
162 inet_ntop(AF_INET6, &e->ipv6.dmsk, buf, sizeof buf); in dump_entry()
167 printf("Interface: `%s'/", e->ipv6.iniface); in dump_entry()
169 printf("%c", e->ipv6.iniface_mask[i] ? 'X' : '.'); in dump_entry()
170 printf("to `%s'/", e->ipv6.outiface); in dump_entry()
172 printf("%c", e->ipv6.outiface_mask[i] ? 'X' : '.'); in dump_entry()
[all …]
/third_party/ltp/testcases/network/stress/multicast/grp-operation/
Dmcast-lib.sh34 SYSCTL_ALL_FORCE_MLD_VERSION=$(sysctl -b net.ipv6.conf.all.force_mld_version)
35 SYSCTL_FORCE_MLD_VERSION=$(sysctl -b net.ipv6.conf.$(tst_iface).force_mld_version)
36 SYSCTL_MLD_MAX_MSF=$(sysctl -b net.ipv6.mld_max_msf)
38 ROD sysctl -q -w net.ipv6.conf.all.force_mld_version=0
39 ROD sysctl -q -w net.ipv6.conf.$(tst_iface).force_mld_version=0
40 ROD sysctl -q -w net.ipv6.mld_max_msf=$default_mld_max_msf
80 …[ -n "$SYSCTL_ALL_FORCE_MLD_VERSION" ] && sysctl -q -w net.ipv6.conf.all.force_mld_version=$SYSCTL…
81 …[ -n "$SYSCTL_FORCE_MLD_VERSION" ] && sysctl -q -w net.ipv6.conf.$(tst_iface).force_mld_version=$S…
82 [ -n "$SYSCTL_MLD_MAX_MSF" ] && sysctl -q -w net.ipv6.mld_max_msf=$SYSCTL_MLD_MAX_MSF
/third_party/ltp/runtest/
Dcontainers29 netns_breakns_ns_exec_ipv6_netlink netns_breakns.sh ns_exec ipv6 netlink
31 netns_breakns_ns_exec_ipv6_ioctl netns_breakns.sh ns_exec ipv6 ioctl
33 netns_breakns_ip_ipv6_netlink netns_breakns.sh ip ipv6 netlink
35 netns_breakns_ip_ipv6_ioctl netns_breakns.sh ip ipv6 ioctl
37 netns_comm_ns_exec_ipv6_netlink netns_comm.sh ns_exec ipv6 netlink
39 netns_comm_ns_exec_ipv6_ioctl netns_comm.sh ns_exec ipv6 ioctl
41 netns_comm_ip_ipv6_netlink netns_comm.sh ip ipv6 netlink
43 netns_comm_ip_ipv6_ioctl netns_comm.sh ip ipv6 ioctl
/third_party/iptables/extensions/
Dlibebt_ip6.t10 -p IPv6 --ip6-proto ipv6-icmp --ip6-icmp-type echo-request -j CONTINUE;=;OK
11 -p IPv6 --ip6-proto ipv6-icmp --ip6-icmp-type echo-request;=;OK
12 -p ip6 --ip6-protocol icmpv6 --ip6-icmp-type 1/1;-p IPv6 --ip6-proto ipv6-icmp --ip6-icmp-type comm…
13 -p IPv6 --ip6-proto ipv6-icmp --ip6-icmp-type ! 1:10/0:255;=;OK
14 --ip6-proto ipv6-icmp ! --ip6-icmp-type 1:10/0:255;=;FAIL
15 ! -p IPv6 --ip6-proto ipv6-icmp ! --ip6-icmp-type 1:10/0:255;=;FAIL
Dlibip6t_icmp6.t3 -p ipv6-icmp -m icmp6 --icmpv6-type 1/0;=;OK
4 -p ipv6-icmp -m icmp6 --icmpv6-type 2;=;OK
6 -p ipv6-icmp -m icmp6 --icmpv6-type no-route --icmpv6-type packet-too-big;;FAIL
Dlibip6t_REDIRECT.c80 if (entry->ipv6.proto == IPPROTO_TCP in REDIRECT_parse()
81 || entry->ipv6.proto == IPPROTO_UDP in REDIRECT_parse()
82 || entry->ipv6.proto == IPPROTO_SCTP in REDIRECT_parse()
83 || entry->ipv6.proto == IPPROTO_DCCP in REDIRECT_parse()
84 || entry->ipv6.proto == IPPROTO_ICMP) in REDIRECT_parse()
Dlibip6t_MASQUERADE.c83 if (entry->ipv6.proto == IPPROTO_TCP || in MASQUERADE_parse()
84 entry->ipv6.proto == IPPROTO_UDP || in MASQUERADE_parse()
85 entry->ipv6.proto == IPPROTO_SCTP || in MASQUERADE_parse()
86 entry->ipv6.proto == IPPROTO_DCCP || in MASQUERADE_parse()
87 entry->ipv6.proto == IPPROTO_ICMP) in MASQUERADE_parse()
/third_party/grpc/test/core/client_channel/resolvers/
Dsockaddr_resolver_test.cc87 grpc_core::ResolverFactory* ipv6 = in main() local
98 test_fails(ipv6, "ipv6:["); in main()
99 test_fails(ipv6, "ipv6:[::]"); in main()
100 test_succeeds(ipv6, "ipv6:[::]:1234"); in main()
101 test_fails(ipv6, "ipv6:[::]:123456"); in main()
102 test_fails(ipv6, "ipv6:www.google.com"); in main()
/third_party/glib/gio/
Dginetaddress.c40 struct in6_addr ipv6; member
108 sizeof (address->priv->addr.ipv6)); in g_inet_address_set_property()
536 inet_ntop (AF_INET6, &address->priv->addr.ipv6, buffer, sizeof (buffer)); in g_inet_address_to_string()
581 return sizeof (address->priv->addr.ipv6); in g_inet_address_get_native_size()
628 return IN6_IS_ADDR_UNSPECIFIED (&address->priv->addr.ipv6); in g_inet_address_get_is_any()
658 return IN6_IS_ADDR_LOOPBACK (&address->priv->addr.ipv6); in g_inet_address_get_is_loopback()
690 return IN6_IS_ADDR_LINKLOCAL (&address->priv->addr.ipv6); in g_inet_address_get_is_link_local()
725 return IN6_IS_ADDR_SITELOCAL (&address->priv->addr.ipv6); in g_inet_address_get_is_site_local()
754 return IN6_IS_ADDR_MULTICAST (&address->priv->addr.ipv6); in g_inet_address_get_is_multicast()
779 return IN6_IS_ADDR_MC_GLOBAL (&address->priv->addr.ipv6); in g_inet_address_get_is_mc_global()
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dprotocol_discovery.dart19 this.ipv6,
28 bool ipv6 = false,
36 ipv6: ipv6,
44 final bool ipv6;
94 if (ipv6) {
/third_party/lwip/src/
DFilelists.mk63 CORE6FILES=$(LWIPDIR)/core/ipv6/dhcp6.c \
64 $(LWIPDIR)/core/ipv6/ethip6.c \
65 $(LWIPDIR)/core/ipv6/icmp6.c \
66 $(LWIPDIR)/core/ipv6/inet6.c \
67 $(LWIPDIR)/core/ipv6/ip6.c \
68 $(LWIPDIR)/core/ipv6/ip6_addr.c \
69 $(LWIPDIR)/core/ipv6/ip6_frag.c \
70 $(LWIPDIR)/core/ipv6/mld6.c \
71 $(LWIPDIR)/core/ipv6/nd6.c
/third_party/node/lib/internal/dns/
Dutils.js133 setLocalAddress(ipv4, ipv6) { argument
136 if (typeof ipv6 !== 'string' && ipv6 !== undefined) {
137 throw new ERR_INVALID_ARG_TYPE('ipv6', ['String', 'undefined'], ipv6);
140 this._handle.setLocalAddress(ipv4, ipv6);
/third_party/libwebsockets/lib/core-net/
Dnetwork.c33 int ipv6 = 0; in interface_to_sa() local
36 ipv6 = LWS_IPV6_ENABLED(vh); in interface_to_sa()
40 return lws_interface_to_sa(ipv6, ifname, addr, addrlen); in interface_to_sa()
661 int sects = 0, ipv6 = !!strchr(ads, ':'), skip_point = -1, dm = 0; in lws_parse_numeric_address() local
669 if (!ipv6 && ts.len < 7) in lws_parse_numeric_address()
672 if (ipv6 && ts.len < 2) in lws_parse_numeric_address()
675 if (!ipv6 && max_len < 4) in lws_parse_numeric_address()
678 if (ipv6 && max_len < 16) in lws_parse_numeric_address()
681 if (ipv6) in lws_parse_numeric_address()
689 if (ipv6) { in lws_parse_numeric_address()
[all …]
/third_party/curl/tests/data/
Dtest12034 GOPHER-ipv6
23 ipv6
26 gopher-ipv6
Dtest24127 ipv6
30 http-ipv6
39 ./server/resolve --ipv6 ip6-localhost
Dtest108330 ipv6
33 http-ipv6
42 …quires default test client host address';} else {exec './server/resolve --ipv6 ip6-localhost'; pri…
Dtest2525 FTP-ipv6
34 ipv6
37 ftp-ipv6
Dtest2535 FTP-ipv6
34 ipv6
37 ftp-ipv6
/third_party/ltp/testcases/kernel/containers/netns/
Dnetns_helper.sh131 ipv6)
227 tee /proc/sys/net/ipv6/conf/veth0/accept_dad \
228 /proc/sys/net/ipv6/conf/veth0/accept_ra >/dev/null
230 tee /proc/sys/net/ipv6/conf/veth1/accept_dad \
231 /proc/sys/net/ipv6/conf/veth1/accept_ra >/dev/null
/third_party/boost/libs/asio/example/cpp03/local/
DJamfile.v212 lib ipv6 ; # HPUX
29 <target-os>hpux:<library>ipv6
46 <target-os>hpux:<library>ipv6
63 <target-os>hpux:<library>ipv6
80 <target-os>hpux:<library>ipv6
/third_party/boost/libs/asio/example/cpp11/local/
DJamfile.v212 lib ipv6 ; # HPUX
28 <target-os>hpux:<library>ipv6
44 <target-os>hpux:<library>ipv6
60 <target-os>hpux:<library>ipv6
76 <target-os>hpux:<library>ipv6
/third_party/boost/libs/asio/include/boost/asio/ip/impl/
Daddress.ipp50 : type_(ipv6),
102 type_ = ipv6;
170 if (type_ != ipv6)
180 if (type_ == ipv6)
188 if (type_ == ipv6)
219 if (a1.type_ == address::ipv6)
230 if (a1.type_ == address::ipv6)
/third_party/boost/boost/asio/ip/impl/
Daddress.ipp50 : type_(ipv6),
102 type_ = ipv6;
170 if (type_ != ipv6)
180 if (type_ == ipv6)
188 if (type_ == ipv6)
219 if (a1.type_ == address::ipv6)
230 if (a1.type_ == address::ipv6)

1234567891011