Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/dig/lib/dns/include/dns/
Dname.h668 #define DNS_NAME_OMITFINALDOT 0x01U macro
/openbsd/src/usr.bin/dig/lib/dns/
Dname.c929 options |= DNS_NAME_OMITFINALDOT; in dns_name_totext()
943 int omit_final_dot = options & DNS_NAME_OMITFINALDOT; in dns_name_totext2()