HomeSort by relevance Sort by last modified time
    Searched refs:logmsg (Results 1 - 14 of 14) sorted by null

  /external/android-clat/
logging.h 24 void logmsg(int prio, const char *fmt, ...);
dns64.c 47 logmsg(ANDROID_LOG_INFO, "Detecting NAT64 prefix from DNS...");
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);
69 logmsg(ANDROID_LOG_INFO, "Detected NAT64 prefix %s/96",
clatd.c 118 logmsg(ANDROID_LOG_FATAL, "binding packet socket: %s", strerror(errno));
146 logmsg(ANDROID_LOG_FATAL, "attach packet filter failed: %s", strerror(errno));
169 logmsg(ANDROID_LOG_FATAL,"No free IPv4 address in %s/%d",
181 logmsg(ANDROID_LOG_FATAL,"configure_tun_ip/if_address(4) failed: %s",strerror(-status));
187 logmsg(ANDROID_LOG_INFO, "Using IPv4 address %s on %s", addrstr, tunnel->device4);
190 logmsg(ANDROID_LOG_FATAL,"configure_tun_ip/if_up(4) failed: %s",strerror(-status));
201 logmsg(ANDROID_LOG_FATAL,"drop_root/setgroups failed: %s",strerror(errno));
208 logmsg(ANDROID_LOG_FATAL,"drop_root/setgid failed: %s",strerror(errno));
212 logmsg(ANDROID_LOG_FATAL,"drop_root/setuid failed: %s",strerror(errno));
226 logmsg(ANDROID_LOG_FATAL,"drop_root/capset failed: %s",strerror(errno))
    [all...]
config.c 49 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name);
68 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name);
75 logmsg(ANDROID_LOG_FATAL,"%s config item is not numeric: %s (error=%s)",item_name,tmp,strerror(errno));
79 logmsg(ANDROID_LOG_FATAL,"%s config item is not numeric: %s",item_name,tmp);
83 logmsg(ANDROID_LOG_FATAL,"%s config item contains non-numeric characters: %s",item_name,endptr);
87 logmsg(ANDROID_LOG_FATAL,"%s config item is too big/small: %d",item_name,conf_int);
106 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name);
112 logmsg(ANDROID_LOG_FATAL,"invalid IPv4 address specified for %s: %s", item_name, tmp);
131 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name);
137 logmsg(ANDROID_LOG_FATAL,"invalid IPv6 address specified for %s: %s", item_name, tmp)
    [all...]
logging.c 25 /* function: logmsg
31 void logmsg(int prio, const char *fmt, ...) { function
setif.c 149 logmsg(ANDROID_LOG_ERROR, "%s: setsockopt(%s): %s", __func__, optname, strerror(errno));
166 logmsg(ANDROID_LOG_ERROR, "%s: unknown ifindex for interface %s", __func__, ifname);
getaddr.c 128 logmsg(ANDROID_LOG_FATAL,"getinterface_ip/out of memory");
ipv6.c 169 logmsg(ANDROID_LOG_ERROR, "ipv6_packet/unknown next header type: %x", ip6->ip6_nxt);
dump.c 236 logmsg(ANDROID_LOG_WARN,"info %s len %d data%s", info, len, output);
translate.c 453 logmsg(ANDROID_LOG_ERROR, "tcp_translate: header too long %d > %d, truncating",
  /external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/
dlopen.cc 50 void logmsg(const char* pStr) { function in class:DlOpenInstance
64 logmsg("Spawning thread to cache .so files...");
66 logmsg("ERROR; pthread_create() failed.");
83 logmsg(message.c_str());
87 logmsg("Loaded libeightball.so");
89 logmsg("libeightball.so did not load");
101 logmsg(message.c_str());
104 logmsg("Loaded libreverse.so");
106 logmsg("libreverse.so did not load");
113 logmsg("Message is not a string.")
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test8.c 473 ** such a table with a single column, "logmsg". This table will
484 zSql = sqlite3_mprintf("CREATE TABLE %Q(logmsg)", pVtab->zLogName);
    [all...]
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextLLDB.cpp 1499 char *logmsg; local
1525 char *logmsg; local
    [all...]
  /external/chromium_org/tools/gn/
input_file_manager.cc 33 std::string logmsg = name.value(); local
35 logmsg += " (referenced from " + origin.begin().Describe(false) + ")";
36 g_scheduler->Log("Loading", logmsg);

Completed in 1585 milliseconds