Lines Matching defs:sent
623 int sent;
666 sent = pxdns_forward_outbound(pxdns, req);
667 if (!sent) {
668 sent = pxdns_rexmit(pxdns, req);
670 if (!sent) {
717 return 1; /* sent */
724 DPRINTF2(("%s: sent only %lu of %lu\n",
727 return 0; /* not sent, caller will retry as necessary */
738 int sent;
754 sent = pxdns_forward_outbound(pxdns, req);
755 } while (!sent);