OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ipv6
(Results
26 - 50
of
1322
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6t_ipv6header.h
1
/* ipv6header match - matches
IPv6
packets based
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_addrlabel.h
7
* YOSHIFUJI Hideaki @ USAGI/WIDE <yoshfuji@linux-
ipv6
.org>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_ipv6header.h
1
/* ipv6header match - matches
IPv6
packets based
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_addrlabel.h
7
* YOSHIFUJI Hideaki @ USAGI/WIDE <yoshfuji@linux-
ipv6
.org>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_ipv6header.h
1
/* ipv6header match - matches
IPv6
packets based
/external/iptables/extensions/
libip6t_ipv6header.man
1
This module matches
IPv6
extension headers and/or upper layer header.
31
No Next header which matches 59 in the 'Next Header field' of
IPv6
header or
32
any
IPv6
extension headers
libip6t_MASQUERADE.c
4
* Based on Rusty Russell's IPv4 MASQUERADE target. Development of
IPv6
NAT
79
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)
libip6t_REDIRECT.c
4
* Based on Rusty Russell's IPv4 REDIRECT target. Development of
IPv6
NAT
80
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)
libip6t_mh.man
1
This extension is loaded if `\-\-protocol
ipv6
\-mh' or `\-\-protocol mh' is
libxt_NETMAP.man
11
IPv6
support available since Linux kernels >= 3.7.
/external/chromium-libpac/src/
net_util.h
29
// IPv4 addresses will have length 4, whereas
IPv6
address will have length 16.
33
// Parses an IP address literal (either IPv4 or
IPv6
) to its numeric value.
43
// CIDR notation literals can use either IPv4 or
IPv6
literals. Some examples:
59
// In cases when an IPv4 address is being compared to an
IPv6
address prefix
61
// (
IPv6
) addresses.
net_util.cc
23
#ifndef INET6_ADDRSTRLEN /* for non
IPv6
machines */
64
// <
IPv6
-literal> "/" <number of bits>
95
// either IPv4 or
IPv6
.
97
// In case we have an
IPv6
/ IPv4 mismatch, convert the IPv4 addresses to
98
//
IPv6
addresses in order to do the comparison.
109
// Otherwise we are comparing two IPv4 addresses, or two
IPv6
addresses.
/external/libnl/src/
nl-monitor.c
53
{ RTNLGRP_IPV6_IFADDR, "
ipv6
-ifaddr" },
54
{ RTNLGRP_IPV6_MROUTE, "
ipv6
-mroute" },
55
{ RTNLGRP_IPV6_ROUTE, "
ipv6
-route" },
56
{ RTNLGRP_IPV6_IFINFO, "
ipv6
-ifinfo" },
59
{ RTNLGRP_IPV6_PREFIX, "
ipv6
-prefix" },
/system/netd/server/
InterfaceController.cpp
35
const char ipv6_proc_path[] = "/proc/sys/net/
ipv6
/conf";
39
const char ipv6_neigh_conf_dir[] = "/proc/sys/net/
ipv6
/neigh";
86
// Initial
IPv6
settings.
95
// Enable optimistic DAD for
IPv6
addresses on all interfaces.
116
// addresses and routes and disables
IPv6
on the interface.
126
// 0: disable
IPv6
privacy addresses
127
// 0: enable
IPv6
privacy addresses and prefer them over non-privacy ones.
131
// Enables or disables
IPv6
ND offload. This is useful for 464xlat on wifi,
IPv6
tethering, and
132
// generally implementing
IPv6
neighbour discovery and duplicate address detection properly
[
all
...]
/external/iproute2/man/man8/
ip-tunnel.8
103
Modes for
IPv6
encapsulation available:
125
The default value for
IPv6
tunnels is:
135
set a fixed TOS (or traffic class in
IPv6
)
206
.RB ( " only
IPv6
tunnels " )
211
.RB ( " only
IPv6
tunnels " )
216
.RB ( " only
IPv6
tunnels " )
rtmon.8
39
(IP or
IPv6
) address on a device, 'route' the routing table entry
43
Specify protocol family. 'inet' is IPv4, 'inet6' is
IPv6
, 'link'
50
Use
IPv6
. Shortcut for -family inet6.
/external/iptables/iptables/
ip6tables.c
114
{.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
.outiface[0] != '\0')
[
all
...]
/bionic/libc/dns/include/
resolv_static.h
22
u_int32_t host_addr[16 / sizeof(u_int32_t)]; /* IPv4 or
IPv6
*/
/external/iptables/include/linux/netfilter/
xt_DSCP.h
1
/* x_tables module for setting the IPv4/
IPv6
DSCP field
xt_dscp.h
1
/* x_tables module for matching the IPv4/
IPv6
DSCP field
/external/kernel-headers/original/uapi/linux/netfilter/
xt_DSCP.h
1
/* x_tables module for setting the IPv4/
IPv6
DSCP field
xt_dscp.h
1
/* x_tables module for matching the IPv4/
IPv6
DSCP field
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_DSCP.h
1
/* x_tables module for setting the IPv4/
IPv6
DSCP field
xt_dscp.h
1
/* x_tables module for matching the IPv4/
IPv6
DSCP field
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_DSCP.h
1
/* x_tables module for setting the IPv4/
IPv6
DSCP field
Completed in 406 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>