Searched refs:cmp43 (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/regress/usr.sbin/bgpd/unittests/ |
| D | rde_flowspec_test.c | 137 const uint8_t cmp43[] = { 0x01, 24, 192, 168, 42 }; variable 161 if (do_cmp(cmp41, sizeof(cmp41), cmp43, sizeof(cmp43), 0) != 0) in test_flowspec_cmp() 165 if (do_cmp(cmp42, sizeof(cmp42), cmp43, sizeof(cmp43), 0) != 0) in test_flowspec_cmp() 169 if (do_cmp(cmp43, sizeof(cmp43), cmp44, sizeof(cmp44), 0) != 0) in test_flowspec_cmp()
|