#include <config.h>#include <atf-c.h>#include <unistd.h>#include <dns/peer.h>#include "dnstest.h"Go to the source code of this file.
Functions | |
| ATF_TC (dscp) | |
| ATF_TC_HEAD (dscp, tc) | |
| ATF_TC_BODY (dscp, tc) | |
| ATF_TP_ADD_TCS (tp) | |
Definition in file peer_test.c.
| ATF_TC | ( | dscp | ) |
| ATF_TC_HEAD | ( | dscp | , | |
| tc | ||||
| ) |
Definition at line 33 of file peer_test.c.
| ATF_TC_BODY | ( | dscp | , | |
| tc | ||||
| ) |
Definition at line 37 of file peer_test.c.
References dns_peer_detach(), dns_peer_getnotifydscp(), dns_peer_getquerydscp(), dns_peer_gettransferdscp(), dns_peer_new(), dns_peer_setnotifydscp(), dns_peer_setquerydscp(), dns_peer_settransferdscp(), dns_test_begin(), dns_test_end(), INADDR_LOOPBACK, isc_netaddr_fromin(), ISC_R_NOTFOUND, ISC_R_SUCCESS, ISC_TRUE, and mctx.
| ATF_TP_ADD_TCS | ( | tp | ) |
Definition at line 142 of file peer_test.c.