OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:in6_addr
(Results
51 - 75
of
931
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
ipv6.h
22
struct
in6_addr
ipi6_addr;
32
struct
in6_addr
ifr6_addr;
61
struct
in6_addr
addr[0];
69
struct
in6_addr
addr;
77
struct
in6_addr
addr;
96
struct
in6_addr
saddr;
97
struct
in6_addr
daddr;
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
ipv6.h
22
struct
in6_addr
ipi6_addr;
32
struct
in6_addr
ifr6_addr;
61
struct
in6_addr
addr[0];
69
struct
in6_addr
addr;
77
struct
in6_addr
addr;
96
struct
in6_addr
saddr;
97
struct
in6_addr
daddr;
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
ipv6.h
22
struct
in6_addr
ipi6_addr;
32
struct
in6_addr
ifr6_addr;
61
struct
in6_addr
addr[0];
69
struct
in6_addr
addr;
77
struct
in6_addr
addr;
96
struct
in6_addr
saddr;
97
struct
in6_addr
daddr;
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
ipv6.h
22
struct
in6_addr
ipi6_addr;
32
struct
in6_addr
ifr6_addr;
61
struct
in6_addr
addr[0];
69
struct
in6_addr
addr;
77
struct
in6_addr
addr;
96
struct
in6_addr
saddr;
97
struct
in6_addr
daddr;
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_ip6.h
32
struct
in6_addr
saddr;
33
struct
in6_addr
daddr;
34
struct
in6_addr
smsk;
35
struct
in6_addr
dmsk;
/external/android-clat/
config.h
29
struct
in6_addr
ipv6_local_subnet;
30
struct
in6_addr
ipv6_host_id;
33
struct
in6_addr
plat_subnet;
43
void config_generate_local_ipv6_subnet(struct
in6_addr
*interface_ip);
45
int ipv6_prefix_equal(struct
in6_addr
*a1, struct
in6_addr
*a2);
setif.h
24
int add_anycast_address(int sock, const struct
in6_addr
*addr, const char *interface);
25
int del_anycast_address(int sock, const struct
in6_addr
*addr);
/external/kernel-headers/original/uapi/linux/
ipv6.h
20
struct
in6_addr
ipi6_addr;
30
struct
in6_addr
ifr6_addr;
76
struct
in6_addr
addr[0];
88
struct
in6_addr
addr;
100
struct
in6_addr
addr;
126
struct
in6_addr
saddr;
127
struct
in6_addr
daddr;
ip6_tunnel.h
30
struct
in6_addr
laddr; /* local tunnel end-point address */
31
struct
in6_addr
raddr; /* remote tunnel end-point address */
42
struct
in6_addr
laddr; /* local tunnel end-point address */
43
struct
in6_addr
raddr; /* remote tunnel end-point address */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
ipv6.h
20
struct
in6_addr
ipi6_addr;
26
struct
in6_addr
ifr6_addr;
70
struct
in6_addr
addr[0];
82
struct
in6_addr
addr;
94
struct
in6_addr
addr;
120
struct
in6_addr
saddr;
121
struct
in6_addr
daddr;
ip6_tunnel.h
28
struct
in6_addr
laddr; /* local tunnel end-point address */
29
struct
in6_addr
raddr; /* remote tunnel end-point address */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ipv6.h
20
struct
in6_addr
ipi6_addr;
26
struct
in6_addr
ifr6_addr;
70
struct
in6_addr
addr[0];
82
struct
in6_addr
addr;
94
struct
in6_addr
addr;
120
struct
in6_addr
saddr;
121
struct
in6_addr
daddr;
ip6_tunnel.h
28
struct
in6_addr
laddr; /* local tunnel end-point address */
29
struct
in6_addr
raddr; /* remote tunnel end-point address */
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
in6_addr.c
10
const struct
in6_addr
in6addr_any = {
12
const struct
in6_addr
in6addr_loopback = {
14
const struct
in6_addr
in6addr_nodelocal_allnodes = {
16
const struct
in6_addr
in6addr_linklocal_allnodes = {
18
const struct
in6_addr
in6addr_linklocal_allrouters = {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
in6addr.h
17
typedef struct
in6_addr
{
struct
25
}
IN6_ADDR
, *PIN6_ADDR, *LPIN6_ADDR;
27
#define in_addr6
in6_addr
tcpmib.h
29
IN6_ADDR
LocalAddr;
32
IN6_ADDR
RemoteAddr;
43
IN6_ADDR
LocalAddr;
46
IN6_ADDR
RemoteAddr;
ws2tcpip.h
75
extern const struct
in6_addr
in6addr_any;
76
extern const struct
in6_addr
in6addr_loopback;
80
int IN6_ADDR_EQUAL(const struct
in6_addr
*,const struct
in6_addr
*);
81
int IN6_IS_ADDR_UNSPECIFIED(const struct
in6_addr
*);
82
int IN6_IS_ADDR_LOOPBACK(const struct
in6_addr
*);
83
int IN6_IS_ADDR_MULTICAST(const struct
in6_addr
*);
84
int IN6_IS_ADDR_LINKLOCAL(const struct
in6_addr
*);
85
int IN6_IS_ADDR_SITELOCAL(const struct
in6_addr
*);
86
int IN6_IS_ADDR_V4MAPPED(const struct
in6_addr
*);
[
all
...]
mstcpip.h
101
LPSTR NTAPI RtlIpv6AddressToStringA(const
IN6_ADDR
*Addr, LPSTR S);
102
LPWSTR NTAPI RtlIpv6AddressToStringW(const
IN6_ADDR
*Addr, LPWSTR S);
104
LONG NTAPI RtlIpv6AddressToStringExA(const
IN6_ADDR
*Address, ULONG ScopeId, USHORT Port, LPSTR AddressString, PULONG AddressStringLength);
105
LONG NTAPI RtlIpv6AddressToStringExW(const
IN6_ADDR
*Address, ULONG ScopeId, USHORT Port, LPWSTR AddressString, PULONG AddressStringLength);
124
LONG NTAPI RtlIpv6StringToAddressExA(PCSTR AddressString,
IN6_ADDR
*Address, PULONG ScopeId, PUSHORT Port);
125
LONG NTAPI RtlIpv6StringToAddressExW(PCWSTR AddressString,
IN6_ADDR
*Address, PULONG ScopeId, PUSHORT Port);
/bionic/libc/dns/resolv/
res_private.h
12
struct
in6_addr
in6a;
/external/iproute2/include/linux/
ip6_tunnel.h
30
struct
in6_addr
laddr; /* local tunnel end-point address */
31
struct
in6_addr
raddr; /* remote tunnel end-point address */
/bionic/libc/kernel/uapi/linux/
ip6_tunnel.h
42
struct
in6_addr
laddr;
44
struct
in6_addr
raddr;
56
struct
in6_addr
laddr;
57
struct
in6_addr
raddr;
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_ip6.h
35
struct
in6_addr
saddr;
36
struct
in6_addr
daddr;
37
struct
in6_addr
smsk;
39
struct
in6_addr
dmsk;
/development/ndk/platforms/android-L/include/linux/
ip6_tunnel.h
42
struct
in6_addr
laddr;
44
struct
in6_addr
raddr;
56
struct
in6_addr
laddr;
57
struct
in6_addr
raddr;
/development/ndk/platforms/android-L/include/linux/netfilter_bridge/
ebt_ip6.h
35
struct
in6_addr
saddr;
36
struct
in6_addr
daddr;
37
struct
in6_addr
smsk;
39
struct
in6_addr
dmsk;
/external/wpa_supplicant_8/src/utils/
ip_addr.h
17
struct
in6_addr
v6;
Completed in 1450 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>