Searched refs:NI_IDN (Results 1 – 3 of 3) sorted by relevance
/resolv/ |
A D | tst-resolv-ai_idn-common.c | 538 gni_test (gni_non_idn_name, NI_IDN, "non-idn.example"); in gni_tests_with_libidn2() 540 gni_test (gni_non_idn_name, NI_NUMERICHOST | NI_IDN, "192.0.2.0"); in gni_tests_with_libidn2() 546 gni_test (gni_non_idn_cname_to_idn_name, NI_IDN, NAEMCHEN ".example"); in gni_tests_with_libidn2() 549 gni_test (gni_idn_name, NI_IDN, NAEMCHEN ".example"); in gni_tests_with_libidn2() 553 gni_test (gni_idn_shem, NI_IDN, SHEM ".example"); in gni_tests_with_libidn2() 554 gni_test (gni_idn_shem1, NI_IDN, SHEM "1.example"); in gni_tests_with_libidn2() 556 gni_test (gni_idn_shem, NI_IDN, SHEM_IDNA ".example"); in gni_tests_with_libidn2() 557 gni_test (gni_idn_shem1, NI_IDN, SHEM1_IDNA ".example"); in gni_tests_with_libidn2() 561 gni_test (gni_idn_cname_to_non_idn_name, NI_IDN, "non-idn-name.example"); in gni_tests_with_libidn2() 568 gni_test (gni_invalid_idn_1, NI_IDN, "xn---.example"); in gni_tests_with_libidn2() [all …]
|
A D | tst-resolv-ai_idn-nolibidn2.c | 104 flags |= NI_IDN; in gni_tests()
|
A D | netdb.h | 648 # define NI_IDN 32 /* Convert name from IDN format. */ macro
|
Completed in 9 milliseconds