/external/iptables/libiptc/ |
D | libip6tc.c | 142 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 …]
|
/external/iptables/iptables/ |
D | ip6tables.c | 535 fputc(fw->ipv6.invflags & XT_INV_PROTO ? '!' : ' ', stdout); in print_firewall() 537 const char *pname = proto_to_name(fw->ipv6.proto, format&FMT_NUMERIC); in print_firewall() 541 printf(FMT("%-5hu", "%hu "), fw->ipv6.proto); in print_firewall() 555 if (fw->ipv6.invflags & IP6T_INV_VIA_IN) { in print_firewall() 561 if (fw->ipv6.iniface[0] != '\0') { in print_firewall() 562 strcat(iface, fw->ipv6.iniface); in print_firewall() 568 if (fw->ipv6.invflags & IP6T_INV_VIA_OUT) { in print_firewall() 574 if (fw->ipv6.outiface[0] != '\0') { in print_firewall() 575 strcat(iface, fw->ipv6.outiface); in print_firewall() 582 fputc(fw->ipv6.invflags & IP6T_INV_SRCIP ? '!' : ' ', stdout); in print_firewall() [all …]
|
/external/iptables/extensions/ |
D | libip6t_MASQUERADE.c | 79 if (entry->ipv6.proto == IPPROTO_TCP || in MASQUERADE_parse() 80 entry->ipv6.proto == IPPROTO_UDP || in MASQUERADE_parse() 81 entry->ipv6.proto == IPPROTO_SCTP || in MASQUERADE_parse() 82 entry->ipv6.proto == IPPROTO_DCCP || in MASQUERADE_parse() 83 entry->ipv6.proto == IPPROTO_ICMP) in MASQUERADE_parse()
|
D | libip6t_REDIRECT.c | 80 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()
|
D | libip6t_DNAT.c | 153 if (entry->ipv6.proto == IPPROTO_TCP || in DNAT_parse() 154 entry->ipv6.proto == IPPROTO_UDP || in DNAT_parse() 155 entry->ipv6.proto == IPPROTO_SCTP || in DNAT_parse() 156 entry->ipv6.proto == IPPROTO_DCCP || in DNAT_parse() 157 entry->ipv6.proto == IPPROTO_ICMP) in DNAT_parse()
|
D | libip6t_SNAT.c | 153 if (entry->ipv6.proto == IPPROTO_TCP || in SNAT_parse() 154 entry->ipv6.proto == IPPROTO_UDP || in SNAT_parse() 155 entry->ipv6.proto == IPPROTO_SCTP || in SNAT_parse() 156 entry->ipv6.proto == IPPROTO_DCCP || in SNAT_parse() 157 entry->ipv6.proto == IPPROTO_ICMP) in SNAT_parse()
|
D | libip6t_icmp6.man | 1 This extension can be used if `\-\-protocol ipv6\-icmp' or `\-\-protocol icmpv6' is 13 ip6tables \-p ipv6\-icmp \-h
|
D | libxt_multiport.c | 207 entry->ipv6.proto, entry->ipv6.invflags); in multiport_parse6() 249 entry->ipv6.proto, entry->ipv6.invflags); in multiport_parse6_v1()
|
D | libip6t_mh.man | 1 This extension is loaded if `\-\-protocol ipv6\-mh' or `\-\-protocol mh' is
|
D | libip6t_DNPT.man | 26 sysctl -w net.ipv6.conf.all.proxy_ndp=1
|
D | libip6t_SNPT.man | 26 sysctl -w net.ipv6.conf.all.proxy_ndp=1
|
/external/android-clat/ |
D | BUGS | 3 - assumes the handset has its own (routed) /64 ipv6 subnet 4 - assumes the /128 ipv6 subnet it generates can use the nat64 gateway 5 …- assumes the nat64 gateway has the ipv4 address in the last 32 bits of the ipv6 address (that it …
|
D | clatd.c | 86 uint32_t *ipv6 = Global_Clatd_Config.ipv6_local_subnet.s6_addr32; in configure_packet_socket() local 94 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[0]), 0, 7), in configure_packet_socket() 96 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[1]), 0, 5), in configure_packet_socket() 98 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[2]), 0, 3), in configure_packet_socket() 100 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[3]), 0, 1), in configure_packet_socket()
|
D | Android.mk | 4 LOCAL_SRC_FILES:=clatd.c dump.c checksum.c translate.c icmp.c ipv4.c ipv6.c config.c dns64.c loggin… 33 LOCAL_SRC_FILES := clatd_test.cpp checksum.c translate.c icmp.c ipv4.c ipv6.c logging.c config.c tu…
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_server.c | 280 int ipv6; member 409 int ipv6) in radius_server_get_client() argument 415 if (ipv6) { in radius_server_get_client() 434 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) == in radius_server_get_client() 1215 if (data->ipv6) { in radius_server_receive_auth() 1229 if (!data->ipv6) { in radius_server_receive_auth() 1327 if (data->ipv6) { in radius_server_receive_acct() 1341 if (!data->ipv6) { in radius_server_receive_acct() 1527 radius_server_read_clients(const char *client_file, int ipv6) in radius_server_read_clients() argument 1586 (mask < 0 || mask > (ipv6 ? 128 : 32))) { in radius_server_read_clients() [all …]
|
D | radius_server.h | 185 int ipv6; member
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | ss_vncviewer | 419 if ultravnc_dsm_helper -help 2>&1 | grep -iw ipv6 >/dev/null; then 572 ipv6=0 577 ipv6=1 582 ipv6=1 600 ipv6=0 603 elif [ "X$ipv6" = "X1" ]; then 618 ipv6=1 621 if [ "X$ipv6" = "X0" ]; then 633 ipv6=1 637 if [ "X$ipv6" = "X0" ]; then [all …]
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
D | ss_vncviewer | 419 if ultravnc_dsm_helper -help 2>&1 | grep -iw ipv6 >/dev/null; then 572 ipv6=0 577 ipv6=1 582 ipv6=1 600 ipv6=0 603 elif [ "X$ipv6" = "X1" ]; then 618 ipv6=1 621 if [ "X$ipv6" = "X0" ]; then 633 ipv6=1 637 if [ "X$ipv6" = "X0" ]; then [all …]
|
/external/tcpdump/ |
D | configure.in | 210 AC_MSG_CHECKING([whether to enable ipv6]) 211 AC_ARG_ENABLE(ipv6, optenable 212 [ --enable-ipv6 enable ipv6 (with ipv4) support 213 --disable-ipv6 disable ipv6 support], 218 ipv6=yes 222 ipv6=no 247 ipv6=yes], 249 ipv6=no], 251 ipv6=no] 258 if test "$ipv6" = "yes"; then [all …]
|
/external/libvncserver/x11vnc/misc/ |
D | README | 50 inet6to4 ipv6 to ipv4 relay (i.e. until libvncserver supports ipv6)
|
/external/fio/ |
D | configure | 1172 ipv6="no" 1193 ipv6="yes" 1195 echo "IPv6 helpers $ipv6" 1544 if test "$ipv6" = "yes" ; then
|
D | client.h | 53 int ipv6; member
|
D | server.c | 1579 int fio_server_parse_host(const char *host, int ipv6, struct in_addr *inp, in fio_server_parse_host() argument 1585 if (ipv6) in fio_server_parse_host() 1594 hints.ai_family = ipv6 ? AF_INET6 : AF_INET; in fio_server_parse_host() 1604 if (ipv6) in fio_server_parse_host() 1630 struct in6_addr *inp6, int *ipv6) in fio_server_parse_string() argument 1639 *ipv6 = 0; in fio_server_parse_string() 1657 *ipv6 = 1; in fio_server_parse_string() 1695 if (fio_server_parse_host(*ptr, *ipv6, inp, inp6)) { in fio_server_parse_string()
|
/external/iptables/ |
D | configure.ac | 39 AC_ARG_ENABLE([ipv6], optenable 40 AS_HELP_STRING([--disable-ipv6], [Do not build ip6tables]),
|
/external/iproute2/lib/ |
D | ll_proto.c | 58 __PF(IPV6,ipv6)
|