OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:plat_prefix
(Results
1 - 2
of
2
) sorted by null
/external/android-clat/
dns64.c
32
/* function:
plat_prefix
38
int
plat_prefix
(const char *ipv4_name, unsigned net_id, struct in6_addr *prefix) {
function
51
logmsg(ANDROID_LOG_ERROR, "
plat_prefix
/dns(%s) status = %d/%s",
61
logmsg(ANDROID_LOG_WARN, "
plat_prefix
/unexpected address family: %d", result->ai_family);
clatd.c
280
*
plat_prefix
- PLAT prefix to use
284
void configure_interface(const char *uplink_interface, const char *
plat_prefix
, struct tun_data *tunnel, unsigned net_id) {
287
if(!read_config("/system/etc/clatd.conf", uplink_interface,
plat_prefix
, net_id)) {
439
char *uplink_interface = NULL, *
plat_prefix
= NULL, *net_id_str = NULL, *mark_str = NULL;
local
450
plat_prefix
= optarg;
510
configure_interface(uplink_interface,
plat_prefix
, &tunnel, net_id);
Completed in 893 milliseconds