Lines Matching +full:nibble +full:- +full:one

4  * SPDX-License-Identifier: Apache-2.0
40 "The Zephyr Project is a scalable real-time operating system (RTOS) supporting\n"
44 "The Zephyr OS is based on a small-footprint kernel designed for use on\n"
45 "resource-constrained systems: from simple embedded environmental sensors and\n"
48 "The Zephyr kernel supports multiple architectures, including ARM Cortex-M,\n"
49 "Intel x86, ARC, Nios II, Tensilica Xtensa, and RISC-V, and a large number of\n"
70 zassert_true((size - sizeof(eth_hdr)) <= sizeof(dummy_data), ""); in build_test_pkt()
71 ret = net_pkt_write(pkt, dummy_data, size - sizeof(eth_hdr)); in build_test_pkt()
82 int ret = -1; in build_test_ip_pkt()
195 /* test "small" non-IP packet */ in test_npf_example_common()
200 /* test "big" non-IP packet */ in test_npf_example_common()
322 /* clobber one nibble of matching address from previous test */ in test_npf_eth_mac_addr_mask()
385 memcpy((struct in_addr *)NET_IPV4_HDR(pkt_v4)->src, &ipv4_address_list[it], in ZTEST()
390 /* And one not listed */ in ZTEST()
391 memcpy((struct in_addr *)NET_IPV4_HDR(pkt_v4)->src, in ZTEST()
407 memcpy((struct in_addr *)NET_IPV4_HDR(pkt_v4)->src, &ipv4_address_list[it], in ZTEST()
412 /* And one not listed */ in ZTEST()
413 memcpy((struct in_addr *)NET_IPV4_HDR(pkt_v4)->src, in ZTEST()
449 memcpy((struct in6_addr *)NET_IPV6_HDR(pkt_v6)->src, in ZTEST()
454 /* And one not listed */ in ZTEST()
455 memcpy((struct in6_addr *)NET_IPV6_HDR(pkt_v6)->src, in ZTEST()
471 memcpy((struct in6_addr *)NET_IPV6_HDR(pkt_v6)->src, in ZTEST()
476 /* And one not listed */ in ZTEST()
477 memcpy((struct in6_addr *)NET_IPV4_HDR(pkt_v6)->src, in ZTEST()