Searched refs:rcode2 (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/
H A Ddigcomp.pl31 $rcode2 = "none";
68 $rcode2 = $1;
105 if ($rcode1 ne $rcode2) {
107 print("> status: $rcode2\n");
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Dddns.c231 isc_result_t rcode1 = ISC_R_SUCCESS, rcode2 = ISC_R_SUCCESS; local
558 rcode2 = ddns_update_ptr (&ddns_fwd_name,
561 rcode2 = rcode1;
564 (server_updates_a || rcode2 == ISC_R_SUCCESS)) {
574 if (rcode2 == ISC_R_SUCCESS) {
622 bp -> data [4] = isc_rcode_to_ns (rcode2);

Completed in 109 milliseconds