Lines Matching +full:0 +full:x6f

51 0x60, 0x05, 0xe7, 0x00
55 0x11, 0xff, 0xfe, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9f, 0x74, 0x88,
56 0x9c, 0x1b, 0x44, 0x72, 0x39, 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
57 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfb
61 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09,
62 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x07, 0x5f, 0x64, 0x6e,
63 0x73, 0x2d, 0x73, 0x64, 0x04, 0x5f, 0x75, 0x64, 0x70, 0x05, 0x6c, 0x6f, 0x63,
64 0x61, 0x6c, 0x00, 0x00, 0x0c, 0x00, 0x01
68 0x00, 0x00, 0x84, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x09,
69 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x07, 0x5f, 0x64, 0x6e,
70 0x73, 0x2d, 0x73, 0x64, 0x04, 0x5f, 0x75, 0x64, 0x70, 0x05, 0x6c, 0x6f, 0x63,
71 0x61, 0x6c, 0x00, 0x00, 0x0c, 0x00, 0x01, 0x00, 0x00, 0x11, 0x94
75 0x00, 0x0c, 0x04, 0x5f, 0x62, 0x61, 0x72, 0x04, 0x5f, 0x75, 0x64, 0x70, 0xc0,
76 0x23
80 0x00, 0x0f, 0x07, 0x5f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x04,
81 0x5f, 0x74, 0x63, 0x70, 0xc0, 0x23
85 0x00, 0x0c, 0x04, 0x5f, 0x66, 0x6f, 0x6f, 0x04, 0x5f, 0x74, 0x63, 0x70, 0xc0,
86 0x23
90 0x00, 0x0c, 0x04, 0x5f, 0x66, 0x6f, 0x6f, 0x04, 0x5f, 0x75, 0x64, 0x70, 0xc0,
91 0x23
95 0xff, 0x02, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0xfb
99 0xfe, 0x80, 0x43, 0xb8, 0, 0, 0, 0, 0x9f, 0x74, 0x88, 0x9c, 0x1b, 0x44, 0x72, 0x39
103 0xfe, 0x80, 0, 0, 0, 0, 0, 0, 0x9f, 0x74, 0x88, 0x9c, 0x1b, 0x44, 0x72, 0x39
117 if (data->mac_addr[2] == 0x00) { in net_iface_get_mac()
119 data->mac_addr[0] = 0x00; in net_iface_get_mac()
120 data->mac_addr[1] = 0x00; in net_iface_get_mac()
121 data->mac_addr[2] = 0x5E; in net_iface_get_mac()
122 data->mac_addr[3] = 0x00; in net_iface_get_mac()
123 data->mac_addr[4] = 0x53; in net_iface_get_mac()
124 data->mac_addr[5] = 0x01; in net_iface_get_mac()
161 return 0; in sender_iface()
190 memset(response_pkts, 0, sizeof(response_pkts)); in test_setup()
191 memset(services, 0, sizeof(services)); in test_setup()
192 memset(records, 0, sizeof(records)); in test_setup()
194 responses_count = 0; in test_setup()
197 for (int i = 0; i < EXT_RECORDS_NUM; ++i) { in test_setup()
211 k_sem_init(&wait_data, 0, UINT_MAX); in test_setup()
226 NET_ADDR_MANUAL, 0); in test_setup()
244 service->instance[0] = '\0'; in free_service()
245 service->service[0] = '\0'; in free_service()
246 service->proto[0] = '\0'; in free_service()
247 service->domain[0] = '\0'; in free_service()
248 service->port = 0; in free_service()
254 for (int i = 0; i < EXT_RECORDS_NUM; ++i) { in free_ext_record()
275 for (size_t i = 0; i < responses_count; ++i) { in cleanup()
283 while (k_sem_take(&wait_data, K_NO_WAIT) == 0) { in cleanup()
287 for (int i = 0; i < EXT_RECORDS_NUM; ++i) { in cleanup()
300 0, K_FOREVER); in send_msg()
304 zassert_equal(res, 0, "pkt write for header start failed"); in send_msg()
307 zassert_equal(res, 0, "pkt write for header length failed"); in send_msg()
310 zassert_equal(res, 0, "pkt write for rest of the header failed"); in send_msg()
313 zassert_equal(res, 0, "pkt write for UDP src port failed"); in send_msg()
316 zassert_equal(res, 0, "pkt write for UDP dst port failed"); in send_msg()
319 zassert_equal(res, 0, "pkt write for UDP length failed"); in send_msg()
322 res = net_pkt_write_be16(pkt, 0); in send_msg()
323 zassert_equal(res, 0, "net_pkt_write_be16() for UDP checksum failed"); in send_msg()
326 zassert_equal(res, 0, "net_pkt_write() for data failed"); in send_msg()
329 zassert_equal(res, 0, "net_recv_data() failed"); in send_msg()
336 for (int i = 0; i < EXT_RECORDS_NUM; ++i) { in alloc_ext_record()
392 records[0] = alloc_ext_record("test_rec", "_custom", "_tcp", "local", NULL, 0, 5353); in ZTEST()
393 zassert_not_null(records[0], "Failed to alloc the record"); in ZTEST()
395 records[1] = alloc_ext_record("foo", "_bar", "_udp", "local", NULL, 0, 5353); in ZTEST()
398 records[2] = alloc_ext_record("bar", "_foo", "_tcp", "local", NULL, 0, 5353); in ZTEST()
405 for (int i = 0; i < 4; ++i) { in ZTEST()
407 zassert_equal(res, 0, "Did not receive a response number %d", i + 1); in ZTEST()
411 check_service_type_enum_resp(response_pkts[0], payload_foo_udp_local, in ZTEST()
429 for (int i = 0; i < 3; ++i) { in ZTEST()
431 zassert_equal(res, 0, "Did not receive a response number %d", i + 1); in ZTEST()