Home
last modified time | relevance | path

Searched refs:E_NSID_STR (Results 1 – 2 of 2) sorted by relevance

/dports/dns/knot3-lib/knot-3.1.5/tests/libknot/
H A Dtest_edns.c33 static const char *E_NSID_STR = "FooBar"; variable
200 check = memcmp(knot_edns_opt_get_data(nsid1), E_NSID_STR, knot_edns_opt_get_length(nsid1)) == 0; in test_getters()
238 E_NSID_LEN, (uint8_t *)E_NSID_STR, NULL); in test_setters()
277 (uint8_t *)E_NSID_STR, "OPT RR setters (proper option)"); in test_setters()
/dports/dns/knot3/knot-3.1.5/tests/libknot/
H A Dtest_edns.c33 static const char *E_NSID_STR = "FooBar"; variable
200 check = memcmp(knot_edns_opt_get_data(nsid1), E_NSID_STR, knot_edns_opt_get_length(nsid1)) == 0; in test_getters()
238 E_NSID_LEN, (uint8_t *)E_NSID_STR, NULL); in test_setters()
277 (uint8_t *)E_NSID_STR, "OPT RR setters (proper option)"); in test_setters()