Searched refs:ipv6 (Results 1 - 25 of 42) sorted by relevance

12

/external/iptables/libiptc/
H A Dlibip6tc.c142 inet_ntop(AF_INET6, &e->ipv6.src, buf, sizeof buf);
145 len = ipv6_prefix_length(&e->ipv6.smsk);
149 inet_ntop(AF_INET6, &e->ipv6.smsk, buf, sizeof buf);
155 inet_ntop(AF_INET6, &e->ipv6.dst, buf, sizeof buf);
158 len = ipv6_prefix_length(&e->ipv6.dmsk);
162 inet_ntop(AF_INET6, &e->ipv6.dmsk, buf, sizeof buf);
167 printf("Interface: `%s'/", e->ipv6.iniface);
169 printf("%c", e->ipv6.iniface_mask[i] ? 'X' : '.');
170 printf("to `%s'/", e->ipv6.outiface);
172 printf("%c", e->ipv6
249 unconditional(const struct ip6t_ip6 *ipv6) argument
[all...]
/external/iptables/iptables/
H A Dip6tables.c114 {.name = "ipv6", .has_arg = 0, .val = '6'},
240 " --ipv6 -6 Nothing (line is ignored by iptables-restore)\n"
535 fputc(fw->ipv6.invflags & XT_INV_PROTO ? '!' : ' ', stdout);
537 const char *pname = proto_to_name(fw->ipv6.proto, format&FMT_NUMERIC);
541 printf(FMT("%-5hu", "%hu "), fw->ipv6.proto);
555 if (fw->ipv6.invflags & IP6T_INV_VIA_IN) {
561 if (fw->ipv6.iniface[0] != '\0') {
562 strcat(iface, fw->ipv6.iniface);
568 if (fw->ipv6.invflags & IP6T_INV_VIA_OUT) {
574 if (fw->ipv6
[all...]
/external/iptables/extensions/
H A Dlibip6t_MASQUERADE.c79 if (entry->ipv6.proto == IPPROTO_TCP ||
80 entry->ipv6.proto == IPPROTO_UDP ||
81 entry->ipv6.proto == IPPROTO_SCTP ||
82 entry->ipv6.proto == IPPROTO_DCCP ||
83 entry->ipv6.proto == IPPROTO_ICMP)
H A Dlibip6t_REDIRECT.c80 if (entry->ipv6.proto == IPPROTO_TCP
81 || entry->ipv6.proto == IPPROTO_UDP
82 || entry->ipv6.proto == IPPROTO_SCTP
83 || entry->ipv6.proto == IPPROTO_DCCP
84 || entry->ipv6.proto == IPPROTO_ICMP)
H A Dlibip6t_DNAT.c153 if (entry->ipv6.proto == IPPROTO_TCP ||
154 entry->ipv6.proto == IPPROTO_UDP ||
155 entry->ipv6.proto == IPPROTO_SCTP ||
156 entry->ipv6.proto == IPPROTO_DCCP ||
157 entry->ipv6.proto == IPPROTO_ICMP)
H A Dlibip6t_SNAT.c153 if (entry->ipv6.proto == IPPROTO_TCP ||
154 entry->ipv6.proto == IPPROTO_UDP ||
155 entry->ipv6.proto == IPPROTO_SCTP ||
156 entry->ipv6.proto == IPPROTO_DCCP ||
157 entry->ipv6.proto == IPPROTO_ICMP)
H A Dlibxt_multiport.c207 entry->ipv6.proto, entry->ipv6.invflags);
249 entry->ipv6.proto, entry->ipv6.invflags);
/external/android-clat/
H A DAndroid.mk4 LOCAL_SRC_FILES:=clatd.c dump.c checksum.c translate.c icmp.c ipv4.c ipv6.c config.c dns64.c logging.c getaddr.c netlink_callbacks.c netlink_msg.c setif.c mtu.c tun.c ring.c
33 LOCAL_SRC_FILES := clatd_test.cpp checksum.c translate.c icmp.c ipv4.c ipv6.c logging.c config.c tun.c
H A Dclatd.c86 uint32_t *ipv6 = Global_Clatd_Config.ipv6_local_subnet.s6_addr32; local
94 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[0]), 0, 7),
96 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[1]), 0, 5),
98 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[2]), 0, 3),
100 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[3]), 0, 1),
118 * configures the ipv4 and ipv6 addresses on the tunnel interface
279 * uplink_interface - network interface to use to reach the ipv6 internet
330 * to_ipv6 - whether the packet is to be translated to ipv6 or ipv4
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_server.h183 * ipv6 - Whether to enable IPv6 support in the RADIUS server
185 int ipv6; member in struct:radius_server_conf
H A Dradius_server.c278 * ipv6 - Whether to enable IPv6 support in the RADIUS server
280 int ipv6; member in struct:radius_server_data
409 int ipv6)
415 if (ipv6) {
434 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1215 if (data->ipv6) {
1229 if (!data->ipv6) {
1327 if (data->ipv6) {
1341 if (!data->ipv6) {
1527 radius_server_read_clients(const char *client_file, int ipv6) argument
408 radius_server_get_client(struct radius_server_data *data, struct in_addr *addr, int ipv6) argument
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_server.h183 * ipv6 - Whether to enable IPv6 support in the RADIUS server
185 int ipv6; member in struct:radius_server_conf
H A Dradius_server.c278 * ipv6 - Whether to enable IPv6 support in the RADIUS server
280 int ipv6; member in struct:radius_server_data
409 int ipv6)
415 if (ipv6) {
434 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1215 if (data->ipv6) {
1229 if (!data->ipv6) {
1327 if (data->ipv6) {
1341 if (!data->ipv6) {
1527 radius_server_read_clients(const char *client_file, int ipv6) argument
408 radius_server_get_client(struct radius_server_data *data, struct in_addr *addr, int ipv6) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_server.h183 * ipv6 - Whether to enable IPv6 support in the RADIUS server
185 int ipv6; member in struct:radius_server_conf
H A Dradius_server.c278 * ipv6 - Whether to enable IPv6 support in the RADIUS server
280 int ipv6; member in struct:radius_server_data
409 int ipv6)
415 if (ipv6) {
434 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1215 if (data->ipv6) {
1229 if (!data->ipv6) {
1327 if (data->ipv6) {
1341 if (!data->ipv6) {
1527 radius_server_read_clients(const char *client_file, int ipv6) argument
408 radius_server_get_client(struct radius_server_data *data, struct in_addr *addr, int ipv6) argument
[all...]
/external/fio/
H A Dclient.h53 int ipv6; member in struct:fio_client
H A Dserver.c1579 int fio_server_parse_host(const char *host, int ipv6, struct in_addr *inp, argument
1585 if (ipv6)
1594 hints.ai_family = ipv6 ? AF_INET6 : AF_INET;
1604 if (ipv6)
1624 * *ptr is the host, *port is the port, inp6 is the dest, and *ipv6 is 1.
1630 struct in6_addr *inp6, int *ipv6)
1639 *ipv6 = 0;
1657 *ipv6 = 1;
1695 if (fio_server_parse_host(*ptr, *ipv6, inp, inp6)) {
1628 fio_server_parse_string(const char *str, char **ptr, int *is_sock, int *port, struct in_addr *inp, struct in6_addr *inp6, int *ipv6) argument
H A Dconfigure1171 # Check whether we have the required functions for ipv6
1172 ipv6="no"
1192 if compile_prog "" "" "ipv6"; then
1193 ipv6="yes"
1195 echo "IPv6 helpers $ipv6"
1544 if test "$ipv6" = "yes" ; then
/external/libvncserver/webclients/java-applet/ssl/
H A Dss_vncviewer419 if ultravnc_dsm_helper -help 2>&1 | grep -iw ipv6 >/dev/null; then
571 # try to see if it is ipv6 address:
572 ipv6=0
574 # ipv6 [fe80::219:dbff:fee5:3f92%eth1]:5900
577 ipv6=1
579 # ipv6 fe80::219:dbff:fee5:3f92%eth1:5900
582 ipv6=1
600 ipv6=0
601 #elif [ "X$reverse" != "X" -a "X$ipv6" = "X1" ]; then
602 # ipv6
[all...]
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
H A Dss_vncviewer419 if ultravnc_dsm_helper -help 2>&1 | grep -iw ipv6 >/dev/null; then
571 # try to see if it is ipv6 address:
572 ipv6=0
574 # ipv6 [fe80::219:dbff:fee5:3f92%eth1]:5900
577 ipv6=1
579 # ipv6 fe80::219:dbff:fee5:3f92%eth1:5900
582 ipv6=1
600 ipv6=0
601 #elif [ "X$reverse" != "X" -a "X$ipv6" = "X1" ]; then
602 # ipv6
[all...]
/external/iproute2/lib/
H A Dll_proto.c58 __PF(IPV6,ipv6)
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6_tables.h107 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h109 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
/external/iputils/
H A Diputils.spec90 * Fri Nov 30 2012 YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
/external/mdnsresponder/mDNSPosix/
H A DIdentify.c140 mprintf("%##s %s %.16a\n", answer->name->c, DNSTypeName(answer->rrtype), &answer->rdata->u.ipv6);
144 hostaddr.ip.v6 = answer->rdata->u.ipv6;

Completed in 613 milliseconds

12