OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipv4_local_subnet
(Results
1 - 6
of
6
) sorted by null
/external/android-clat/
clatd.conf
7
# clat daemon started will use the address specified by
ipv4_local_subnet
. If
10
#
ipv4_local_subnet
. The default is to use the IANA-assigned range 192.0.0.0/29,
12
ipv4_local_subnet
192.0.0.4
config.h
32
struct in_addr
ipv4_local_subnet
;
member in struct:clat_config
config.c
192
*
ipv4_local_subnet
- clat IPv4 address
195
void gen_random_iid(struct in6_addr *myaddr, struct in_addr *
ipv4_local_subnet
,
208
uint32_t c1 = ip_checksum_add(0,
ipv4_local_subnet
, sizeof(*
ipv4_local_subnet
));
283
&Global_Clatd_Config.
ipv4_local_subnet
,
329
if(!config_item_ip(root, "
ipv4_local_subnet
", DEFAULT_IPV4_LOCAL_SUBNET,
330
&Global_Clatd_Config.
ipv4_local_subnet
))
391
logmsg(ANDROID_LOG_DEBUG,"
ipv4_local_subnet
= %s",inet_ntop(AF_INET, &Global_Clatd_Config.
ipv4_local_subnet
, charbuffer, sizeof(charbuffer)));
clatd.c
130
in_addr_t localaddr = config_select_ipv4_address(&Global_Clatd_Config.
ipv4_local_subnet
,
134
inet_ntoa(Global_Clatd_Config.
ipv4_local_subnet
),
138
Global_Clatd_Config.
ipv4_local_subnet
.s_addr = localaddr;
142
status = add_address(tunnel->device4, AF_INET, &Global_Clatd_Config.
ipv4_local_subnet
,
143
32, &Global_Clatd_Config.
ipv4_local_subnet
);
150
inet_ntop(AF_INET, &Global_Clatd_Config.
ipv4_local_subnet
, addrstr, sizeof(addrstr));
translate.c
81
return Global_Clatd_Config.
ipv4_local_subnet
.s_addr;
96
if (addr4 == Global_Clatd_Config.
ipv4_local_subnet
.s_addr) {
clatd_test.cpp
561
inet_pton(AF_INET, kIPv4LocalAddr, &Global_Clatd_Config.
ipv4_local_subnet
);
660
struct in_addr *ipv4addr = &Global_Clatd_Config.
ipv4_local_subnet
;
[
all
...]
Completed in 1423 milliseconds