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

123

/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/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
33 LOCAL_SRC_FILES := clatd_test.cpp checksum.c translate.c icmp.c ipv4.c ipv6.c logging.c config.c
H A Dclatd.c122 uint32_t *ipv6 = Global_Clatd_Config.ipv6_local_subnet.s6_addr32; local
130 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[0]), 0, 7),
132 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[1]), 0, 5),
134 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[2]), 0, 3),
136 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[3]), 0, 1),
154 * configures the ipv4 and ipv6 addresses on the tunnel interface
318 * uplink_interface - network interface to use to reach the ipv6 internet
/external/chromium_org/ppapi/tests/
H A Dtest_network_monitor.cc94 PP_NetAddress_IPv6 ipv6; local
95 ASSERT_TRUE(addresses[i].DescribeAsIPv6Address(&ipv6));
99 for (size_t j = 0; j < sizeof(ipv6.addr); ++j) {
100 if (ipv6.addr[j] != 0) {
108 ASSERT_TRUE(ipv6.port == 0);
/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/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_server.h171 * ipv6 - Whether to enable IPv6 support in the RADIUS server
173 int ipv6; member in struct:radius_server_conf
H A Dradius_server.c264 * ipv6 - Whether to enable IPv6 support in the RADIUS server
266 int ipv6; member in struct:radius_server_data
395 int ipv6)
401 if (ipv6) {
420 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1200 if (data->ipv6) {
1214 if (!data->ipv6) {
1312 if (data->ipv6) {
1326 if (!data->ipv6) {
1512 radius_server_read_clients(const char *client_file, int ipv6) argument
394 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.h171 * ipv6 - Whether to enable IPv6 support in the RADIUS server
173 int ipv6; member in struct:radius_server_conf
H A Dradius_server.c264 * ipv6 - Whether to enable IPv6 support in the RADIUS server
266 int ipv6; member in struct:radius_server_data
395 int ipv6)
401 if (ipv6) {
420 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1200 if (data->ipv6) {
1214 if (!data->ipv6) {
1312 if (data->ipv6) {
1326 if (!data->ipv6) {
1512 radius_server_read_clients(const char *client_file, int ipv6) argument
394 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.h171 * ipv6 - Whether to enable IPv6 support in the RADIUS server
173 int ipv6; member in struct:radius_server_conf
H A Dradius_server.c264 * ipv6 - Whether to enable IPv6 support in the RADIUS server
266 int ipv6; member in struct:radius_server_data
395 int ipv6)
401 if (ipv6) {
420 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1200 if (data->ipv6) {
1214 if (!data->ipv6) {
1312 if (data->ipv6) {
1326 if (!data->ipv6) {
1512 radius_server_read_clients(const char *client_file, int ipv6) argument
394 radius_server_get_client(struct radius_server_data *data, struct in_addr *addr, int ipv6) argument
[all...]
/external/chromium_org/chromeos/dbus/
H A Dfake_debug_daemon_client.h33 bool ipv6,
H A Ddebug_daemon_client.h54 virtual void GetRoutes(bool numeric, bool ipv6,
H A Dfake_debug_daemon_client.cc47 bool ipv6,
46 GetRoutes(bool numeric, bool ipv6, const GetRoutesCallback& callback) argument
/external/chromium_org/chromeos/network/
H A Dhost_resolver_impl_chromeos.cc175 net::IPAddressNumber ipv6; local
176 if (net::ParseIPLiteralToNumber(ipv6_address_, &ipv6))
177 addresses->push_back(net::IPEndPoint(ipv6, 0));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
H A Dsocket_node.cc153 PP_NetAddress_IPv6 ipv6; local
167 if (PP_TRUE == NetInterface()->DescribeAsIPv6Address(addr, &ipv6)) {
170 addr6.sin6_port = ipv6.port;
171 memcpy(&addr6.sin6_addr, ipv6.addr, sizeof(ipv6.addr));
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprnetdb.h326 ((addr)->raw.family == PR_AF_INET6 ? (addr)->ipv6.port : (addr)->inet.port)
/external/fio/
H A Dclient.h48 int ipv6; member in struct:fio_client
/external/chromium_org/chrome/browser/resources/net_internals/
H A Devents_view.css101 #events-view-source-list-tbody .source-ipv6-probe-job {
/external/chromium_org/net/base/
H A Dip_endpoint_unittest.cc24 bool ipv6; member in struct:net::__anon9013::TestData
85 socklen_t expected_size = tests[index].ipv6 ?

Completed in 389 milliseconds

123