Lines Matching full:cannot

215 		LOG_ERR("Cannot create IPv4 pkt (%d)", ret);  in get_ipv4_reply()
224 LOG_ERR("Cannot create ICMPv4 pkt (%d)", ret); in get_ipv4_reply()
230 LOG_ERR("Cannot write payload (%d)", ret); in get_ipv4_reply()
286 LOG_ERR("Cannot create IPv6 pkt (%d)", ret); in get_ipv6_reply()
295 LOG_ERR("Cannot create ICMPv6 pkt (%d)", ret); in get_ipv6_reply()
301 LOG_ERR("Cannot write payload (%d)", ret); in get_ipv6_reply()
341 LOG_ERR("Cannot get offload response handler."); in offload_ping_handler()
356 LOG_ERR("Cannot create reply pkt (%d)", ret); in offload_ping_handler()
368 LOG_ERR("Cannot create reply pkt (%d)", ret); in offload_ping_handler()
378 LOG_ERR("Cannot send response (%d)", ret); in offload_ping_handler()
406 LOG_ERR("Cannot register offload ping handler (%d)", ret); in offload_iface_init()
469 zassert_equal(ret, 0, "Cannot init ICMP (%d)", ret); in ZTEST()
488 zassert_equal(ret, 0, "Cannot send ICMP Echo-Request (%d)", ret); in ZTEST()
495 zassert_equal(ret, 0, "Cannot cleanup ICMP (%d)", ret); in ZTEST()
512 zassert_equal(ret, 0, "Cannot init ICMP (%d)", ret); in ZTEST()
531 zassert_equal(ret, 0, "Cannot send ICMP Echo-Request (%d)", ret); in ZTEST()
538 zassert_equal(ret, 0, "Cannot cleanup ICMP (%d)", ret); in ZTEST()
553 zassert_equal(ret, 0, "Cannot init ICMP (%d)", ret); in ZTEST()
570 zassert_equal(ret, 0, "Cannot send ICMP Echo-Request (%d)", ret); in ZTEST()
577 zassert_equal(ret, 0, "Cannot cleanup ICMP (%d)", ret); in ZTEST()
592 zassert_equal(ret, 0, "Cannot init ICMP (%d)", ret); in ZTEST()
609 zassert_equal(ret, 0, "Cannot send ICMP Echo-Request (%d)", ret); in ZTEST()
616 zassert_equal(ret, 0, "Cannot cleanup ICMP (%d)", ret); in ZTEST()