Lines Matching refs:strerror
104 ALOGE("getClatEgressMapFd() failure: %s", strerror(-rv)); in init()
112 ALOGE("getClatIngressMapFd() failure: %s", strerror(-rv)); in init()
241 ALOGE("getClatEgressProgFd(RAWIP) failure: %s", strerror(-rv)); in maybeStartBpf()
248 ALOGE("getClatIngressProgFd(%d) failure: %s", isEthernet.value(), strerror(-rv)); in maybeStartBpf()
266 ALOGE("mClatEgressMap.writeValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
283 ALOGE("mClatIngressMap.writeValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
286 ALOGE("mClatEgressMap.deleteValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
300 strerror(-rv)); in maybeStartBpf()
303 ALOGE("mClatEgressMap.deleteValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
306 ALOGE("mClatIngressMap.deleteValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
314 tracker.v4iface, strerror(-rv)); in maybeStartBpf()
317 tracker.v4iface, strerror(-rv)); in maybeStartBpf()
326 ALOGE("mClatEgressMap.deleteValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
329 ALOGE("mClatIngressMap.deleteValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
337 isEthernet.value(), strerror(-rv)); in maybeStartBpf()
340 tracker.iface, isEthernet.value(), strerror(-rv)); in maybeStartBpf()
345 tracker.v4iface, strerror(-rv)); in maybeStartBpf()
353 ALOGE("mClatEgressMap.deleteValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
356 ALOGE("mClatIngressMap.deleteValue failure: %s", strerror(ret.error().code())); in maybeStartBpf()
380 strerror(-rv)); in maybeStopBpf()
386 tracker.v4iface, strerror(-rv)); in maybeStopBpf()
398 if (!ret.ok()) ALOGE("mClatEgressMap.deleteValue failure: %s", strerror(ret.error().code())); in maybeStopBpf()
407 if (!ret.ok()) ALOGE("mClatIngressMap.deleteValue failure: %s", strerror(ret.error().code())); in maybeStopBpf()
489 ALOGE("open of tun device failed (%s)", strerror(res)); in startClatd()
506 ALOGE("ioctl(TUNSETIFF) failed (%s)", strerror(res)); in startClatd()
512 if (res) ALOGE("setEnableIPv6 %s failed (%s)", v4interface.c_str(), strerror(res)); in startClatd()
523 ALOGE("socket(ipv6/udp) failed (%s)", strerror(res)); in startClatd()
551 ALOGE("posix_spawnattr_init failed (%s)", strerror(res)); in startClatd()
557 ALOGE("posix_spawnattr_setflags failed (%s)", strerror(res)); in startClatd()
567 ALOGE("posix_spawn_file_actions_init failed (%s)", strerror(res)); in startClatd()
573 ALOGE("posix_spawn_file_actions_adddup2 failed (%s)", strerror(res)); in startClatd()
583 ALOGE("posix_spawn failed (%s)", strerror(res)); in startClatd()