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
6
ipv4_local_subnet
192.0.0.4
config.h
34
struct in_addr
ipv4_local_subnet
;
member in struct:clat_config
config.c
252
if(!config_item_ip(root, "
ipv4_local_subnet
", DEFAULT_IPV4_LOCAL_SUBNET, &Global_Clatd_Config.
ipv4_local_subnet
))
300
logmsg(ANDROID_LOG_DEBUG,"
ipv4_local_subnet
= %s",inet_ntop(AF_INET, &Global_Clatd_Config.
ipv4_local_subnet
, charbuffer, sizeof(charbuffer)));
clatd.c
198
status = add_address(tunnel->device4, AF_INET, &Global_Clatd_Config.
ipv4_local_subnet
,
199
32, &Global_Clatd_Config.
ipv4_local_subnet
);
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
522
inet_pton(AF_INET, kIPv4LocalAddr, &Global_Clatd_Config.
ipv4_local_subnet
);
Completed in 147 milliseconds