• Home
  • Raw
  • Download

Lines Matching +full:x +full:- +full:access +full:- +full:token

3  * Copyright (C) 2012,2015,2022-2023 Olaf Bergmann <bergmann@tzi.org>
5 * SPDX-License-Identifier: BSD-2-Clause
213 CU_FAIL("internal error in test framework -- insufficient memory\n"); in t_parse_option14()
318 sizeof(teststr) - valoff); in t_encode_option7()
462 # define ALIGNED(x) argument
464 # define ALIGNED(x) __attribute__ ((aligned (x))) argument
469 /* CoAP PDU without token, options, or data */ in t_iterate_option1()
476 .token = teststr, in t_iterate_option1()
494 /* CoAP PDU with token but without options and data */ in t_iterate_option2()
502 .token = teststr, in t_iterate_option2()
520 /* CoAP PDU with token and options */ in t_iterate_option3()
523 'o', 'p', 't', 0x00, 0xd1, 0x10, 'x' in t_iterate_option3()
529 .token = teststr, in t_iterate_option3()
562 /* CoAP PDU with token, options, and data */ in t_iterate_option4()
565 'o', 'p', 't', 0x00, 0xd1, 0x10, 'x', 0xff, in t_iterate_option4()
572 .token = teststr, in t_iterate_option4()
614 .token = teststr, in t_iterate_option5()
638 /* CoAP PDU with token, options, and data */ in t_iterate_option6()
647 .token = teststr, in t_iterate_option6()
692 .token = teststr, in t_iterate_option7()
739 .token = teststr, in t_iterate_option8()
770 .token = teststr, in t_iterate_option9()
801 .token = teststr, in t_iterate_option10()
996 OPTION_ACCESSOR_TEST(1, "access option #1"); in t_init_option_tests()
997 OPTION_ACCESSOR_TEST(2, "access option #2"); in t_init_option_tests()
998 OPTION_ACCESSOR_TEST(3, "access option #3"); in t_init_option_tests()
999 OPTION_ACCESSOR_TEST(4, "access option #4"); in t_init_option_tests()
1000 OPTION_ACCESSOR_TEST(5, "access option #5"); in t_init_option_tests()
1001 OPTION_ACCESSOR_TEST(6, "access option #6"); in t_init_option_tests()
1002 OPTION_ACCESSOR_TEST(7, "access option #7"); in t_init_option_tests()