/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/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...] |