Lines Matching +full:0 +full:x40
41 "\x60\x02\xea\x12\x00\x40\x3a\x40\xfe\x80\x00\x00\x00\x00\x00\x00" \
50 "\x60\x09\x23\xa0\x00\x40\x3a\x40\xfe\x80\x00\x00\x00\x00\x00\x00" \
59 "\x60\x09\x23\xa0\x00\x40\x3a\x40\xfe\x80\x00\x00\x00\x00\x00\x00" \
80 return 0; in net_icmpv6_dev_init()
87 if (context->mac_addr[2] == 0x00) { in net_icmpv6_get_mac()
89 context->mac_addr[0] = 0x00; in net_icmpv6_get_mac()
90 context->mac_addr[1] = 0x00; in net_icmpv6_get_mac()
91 context->mac_addr[2] = 0x5E; in net_icmpv6_get_mac()
92 context->mac_addr[3] = 0x00; in net_icmpv6_get_mac()
93 context->mac_addr[4] = 0x53; in net_icmpv6_get_mac()
94 context->mac_addr[5] = 0x01; in net_icmpv6_get_mac()
110 return 0; in tester_send()
143 handler_status = 0; in handle_test_msg()
144 ret = 0; in handle_test_msg()
158 AF_UNSPEC, 0, K_SECONDS(1)); in create_pkt()
186 0, handle_test_msg); in ZTEST()
187 zassert_equal(ret, 0, "Cannot register %s handler (%d)", in ZTEST()
191 0, handle_test_msg); in ZTEST()
192 zassert_equal(ret, 0, "Cannot register %s handler (%d)", in ZTEST()
211 zassert_true(!(ret == NET_DROP || handler_status != 0), in ZTEST()
222 zassert_true(!(ret == NET_DROP || handler_status != 0), in ZTEST()
229 zassert_equal(ret, 0, "Cannot unregister handler (%d)", ret); in ZTEST()
232 zassert_equal(ret, 0, "Cannot unregister handler (%d)", ret); in ZTEST()