Home | History | Annotate | Download | only in android-clat

Lines Matching refs:ANDROID_LOG_FATAL

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);
169 logmsg(ANDROID_LOG_FATAL, "dns64_detection/no dns64, giving up\n");
209 logmsg(ANDROID_LOG_FATAL,"unable to find an ipv6 ip on interface %s",interface);
232 logmsg(ANDROID_LOG_FATAL,"out of memory");
240 logmsg(ANDROID_LOG_FATAL,"Could not read config file %s", file);
263 logmsg(ANDROID_LOG_FATAL,"invalid IPv6 address specified for plat prefix: %s", plat_prefix);
272 logmsg(ANDROID_LOG_FATAL, "plat_from_dns64 disabled, but no plat_subnet specified");