Searched defs:reply (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dssu_external.c132 isc_uint32_t reply; local
229 /* Receive the reply */
230 ret = read(fd, &reply, sizeof(isc_uint32_t));
234 ssu_e_log(3, "ssu_external: unable to receive reply - %s",
242 reply = ntohl(reply);
244 if (reply == 0) {
248 } else if (reply == 1) {
254 ssu_e_log(3, "ssu_external: invalid reply 0x%08x", reply);
[all...]

Completed in 11 milliseconds