#include <config.h>#include <atf-c.h>#include <unistd.h>#include <dns/rdataset.h>#include <dns/rdatastruct.h>#include "dnstest.h"Go to the source code of this file.
Functions | |
| ATF_TC (trimttl) | |
| ATF_TC_HEAD (trimttl, tc) | |
| ATF_TC_BODY (trimttl, tc) | |
| ATF_TP_ADD_TCS (tp) | |
Definition in file rdataset_test.c.
| ATF_TC | ( | trimttl | ) |
| ATF_TC_HEAD | ( | trimttl | , | |
| tc | ||||
| ) |
Definition at line 39 of file rdataset_test.c.
| ATF_TC_BODY | ( | trimttl | , | |
| tc | ||||
| ) |
Definition at line 43 of file rdataset_test.c.
References dns_rdataset_init(), dns_rdataset_trimttl(), dns_test_begin(), dns_test_end(), ISC_FALSE, ISC_R_SUCCESS, ISC_TRUE, dns_rdataset::ttl, and UNUSED.
| ATF_TP_ADD_TCS | ( | tp | ) |
Definition at line 126 of file rdataset_test.c.