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

  /external/android-clat/
logging.h 24 void logmsg(int prio, const char *fmt, ...);
dns64.c 43 logmsg(ANDROID_LOG_INFO, "Detecting NAT64 prefix from DNS...");
53 logmsg(ANDROID_LOG_ERROR,"plat_prefix/dns(%s) status = %d/%s\n", ipv4_name, status, gai_strerror(status));
63 logmsg(ANDROID_LOG_WARN,"plat_prefix/unexpected address family: %d\n", p->ai_family);
81 logmsg(ANDROID_LOG_ERROR,"plat_prefix/two different plat addrs = %s,%s",
89 logmsg(ANDROID_LOG_WARN,"plat_prefix/no dns64 detected\n");
93 logmsg(ANDROID_LOG_INFO, "Detected NAT64 prefix %s/96", plat_addr_str);
config.c 48 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name);
67 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name);
74 logmsg(ANDROID_LOG_FATAL,"%s config item is not numeric: %s (error=%s)",item_name,tmp,strerror(errno));
78 logmsg(ANDROID_LOG_FATAL,"%s config item is not numeric: %s",item_name,tmp);
82 logmsg(ANDROID_LOG_FATAL,"%s config item contains non-numeric characters: %s",item_name,endptr);
86 logmsg(ANDROID_LOG_FATAL,"%s config item is too big/small: %d",item_name,conf_int);
105 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name);
111 logmsg(ANDROID_LOG_FATAL,"invalid IPv4 address specified for %s: %s", item_name, tmp);
130 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name);
136 logmsg(ANDROID_LOG_FATAL,"invalid IPv6 address specified for %s: %s", item_name, tmp)
    [all...]
clatd.c 79 logmsg(ANDROID_LOG_FATAL,"set_forwarding(%s) failed: %s", setting, strerror(errno));
139 logmsg(ANDROID_LOG_WARN,"deconfigure_tun_ipv6/if_route(6) failed: %s",strerror(-status));
155 logmsg(ANDROID_LOG_FATAL,"configure_tun_ipv6/if_route(6) failed: %s",strerror(-status));
169 logmsg(ANDROID_LOG_WARN,"unable to find an ipv6 ip on interface %s",Global_Clatd_Config.default_pdp_interface);
179 logmsg(ANDROID_LOG_WARN, "clat subnet changed from %s to %s", from_addr, to_addr);
204 logmsg(ANDROID_LOG_FATAL,"configure_tun_ip/if_address(4) failed: %s",strerror(-status));
209 logmsg(ANDROID_LOG_FATAL,"configure_tun_ip/if_up(6) failed: %s",strerror(-status));
214 logmsg(ANDROID_LOG_FATAL,"configure_tun_ip/if_up(4) failed: %s",strerror(-status));
227 logmsg(ANDROID_LOG_FATAL,"drop_root/setgroups failed: %s",strerror(errno));
234 logmsg(ANDROID_LOG_FATAL,"drop_root/setgid failed: %s",strerror(errno))
    [all...]
logging.c 25 /* function: logmsg
31 void logmsg(int prio, const char *fmt, ...) { function
getaddr.c 126 logmsg(ANDROID_LOG_FATAL,"getinterface_ip/out of memory");
ipv6.c 151 logmsg(ANDROID_LOG_ERROR, "ipv6_packet/unknown next header type: %x", ip6->ip6_nxt);
dump.c 228 logmsg(ANDROID_LOG_WARN,"info %s len %d data%s", info, len, output);
translate.c 385 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
63 logmsg("Spawning thread to cache .so files...\n");
65 logmsg("ERROR; pthread_create() failed.\n");
95 logmsg(message.c_str());
99 logmsg("Loaded libeightball.so\n");
101 logmsg("libeightball.so did not load\n");
111 logmsg(message.c_str());
114 logmsg("Loaded libreverse.so\n");
116 logmsg("libreverse.so did not load\n");
123 logmsg("Message is not a string.\n")
    [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/openssh/
monitor.c 499 Buffer logmsg; local
503 buffer_init(&logmsg);
506 buffer_append_space(&logmsg, 4);
508 buffer_ptr(&logmsg), buffer_len(&logmsg)) != buffer_len(&logmsg)) {
517 len = buffer_get_int(&logmsg);
522 buffer_clear(&logmsg);
523 buffer_append_space(&logmsg, len);
525 buffer_ptr(&logmsg), buffer_len(&logmsg)) != buffer_len(&logmsg)
    [all...]

Completed in 86 milliseconds