Lines Matching refs:strerror
78 ALOGE("getClatEgress4MapFd() failure: %s", strerror(-rv)); in init()
85 ALOGE("getClatIngress6MapFd() failure: %s", strerror(-rv)); in init()
211 ALOGE("getClatEgress4ProgFd(RAWIP) failure: %s", strerror(-rv)); in maybeStartBpf()
218 ALOGE("getClatIngress6ProgFd(%d) failure: %s", isEthernet.value(), strerror(-rv)); in maybeStartBpf()
236 ALOGE("mClatEgress4Map.writeValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
253 ALOGE("mClatIngress6Map.writeValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
256 ALOGE("mClatEgress4Map.deleteValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
270 strerror(-rv)); in maybeStartBpf()
273 ALOGE("mClatEgress4Map.deleteValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
276 ALOGE("mClatIngress6Map.deleteValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
283 tracker.v4iface, strerror(-rv)); in maybeStartBpf()
291 ALOGE("mClatEgress4Map.deleteValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
294 ALOGE("mClatIngress6Map.deleteValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
301 tracker.iface, isEthernet.value(), strerror(-rv)); in maybeStartBpf()
305 tracker.v4iface, strerror(-rv)); in maybeStartBpf()
313 ALOGE("mClatEgress4Map.deleteValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
316 ALOGE("mClatIngress6Map.deleteValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
338 strerror(-rv)); in maybeStopBpf()
344 tracker.v4iface, strerror(-rv)); in maybeStopBpf()
356 if (!ret.ok()) ALOGE("mClatEgress4Map.deleteValue failure: %s", strerror(ret.error().code())); in maybeStopBpf()
365 if (!ret.ok()) ALOGE("mClatIngress6Map.deleteValue failure: %s", strerror(ret.error().code())); in maybeStopBpf()
447 ALOGE("open of tun device failed (%s)", strerror(res)); in startClatd()
464 ALOGE("ioctl(TUNSETIFF) failed (%s)", strerror(res)); in startClatd()
470 if (res) ALOGE("setEnableIPv6 %s failed (%s)", v4interface.c_str(), strerror(res)); in startClatd()
481 ALOGE("socket(ipv6/udp) failed (%s)", strerror(res)); in startClatd()
509 ALOGE("posix_spawnattr_init failed (%s)", strerror(res)); in startClatd()
515 ALOGE("posix_spawnattr_setflags failed (%s)", strerror(res)); in startClatd()
525 ALOGE("posix_spawn_file_actions_init failed (%s)", strerror(res)); in startClatd()
531 ALOGE("posix_spawn_file_actions_adddup2 failed (%s)", strerror(res)); in startClatd()
541 ALOGE("posix_spawn failed (%s)", strerror(res)); in startClatd()