HomeSort by: relevance | last modified time | path
    Searched refs:comm_reply (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/bsd/unbound/dist/libunbound/
worker.h 47 struct comm_reply;
85 struct comm_reply* reply_info);
153 struct comm_reply* repinfo);
157 struct comm_reply* reply_info);
175 int remote_accept_callback(struct comm_point*, void*, int, struct comm_reply*);
178 int remote_control_callback(struct comm_point*, void*, int, struct comm_reply*);
libworker.h 57 struct comm_reply;
  /src/external/bsd/unbound/dist/pythonmod/
pythonmod_utils.h 93 void reply_addr2str(struct comm_reply* reply, char* dest, int maxlen);
pythonmod.h 75 struct comm_reply* repinfo, struct regional* region,
pythonmod_utils.c 176 void reply_addr2str(struct comm_reply* reply, char* dest, int maxlen)
  /src/external/bsd/unbound/dist/daemon/
stats.h 49 struct comm_reply;
120 struct comm_reply* repinfo);
remote.h 56 struct comm_reply;
373 struct comm_reply* rep);
  /src/external/bsd/unbound/dist/dnscrypt/
dnscrypt.h 41 struct comm_reply;
122 struct comm_reply* repinfo);
131 int dnsc_handle_uncurved_request(struct comm_reply *repinfo);
  /src/external/bsd/unbound/dist/util/
tube.h 44 struct comm_reply;
271 struct comm_reply* reply_info);
275 struct comm_reply* reply_info);
netevent.h 56 * o comm_reply - holds reply info during networking callback.
74 struct comm_reply;
96 struct comm_reply*);
138 struct comm_reply { struct
228 struct comm_reply repinfo;
440 struct comm_reply *reply_info);
722 void comm_point_send_reply(struct comm_reply* repinfo);
728 void comm_point_drop_reply(struct comm_reply* repinfo);
module.h 271 struct comm_reply* repinfo, struct regional* region,
648 /** comm_reply contains server replies */
649 struct comm_reply* reply;
tube.c 150 struct comm_reply* ATTR_UNUSED(reply_info))
226 struct comm_reply* ATTR_UNUSED(reply_info))
720 int ATTR_UNUSED(error), struct comm_reply* ATTR_UNUSED(reply_info))
728 int ATTR_UNUSED(error), struct comm_reply* ATTR_UNUSED(reply_info))
  /src/external/bsd/unbound/dist/pythonmod/examples/
inplace_callbacks.py 96 ``repinfo``: Reply information for a communication point (comm_reply).
124 ``repinfo``: Reply information for a communication point (comm_reply).
174 ``repinfo``: Reply information for a communication point (comm_reply).
204 ``repinfo``: Reply information for a communication point (comm_reply).
218 comm_reply = kwargs['repinfo']
219 if comm_reply:
220 addr = comm_reply.addr
221 port = comm_reply.port
222 addr_family = comm_reply.family
  /src/external/bsd/unbound/dist/smallapp/
worker_cb.c 62 struct comm_reply* ATTR_UNUSED(repinfo))
70 struct comm_reply* ATTR_UNUSED(reply_info))
78 struct comm_reply* ATTR_UNUSED(repinfo))
86 struct comm_reply* ATTR_UNUSED(repinfo))
147 struct comm_reply* ATTR_UNUSED(reply_info))
267 struct comm_reply* ATTR_UNUSED(repinfo))
  /src/external/bsd/unbound/dist/dynlibmod/examples/
helloworld.c 35 struct comm_reply* repinfo, struct regional* region,
121 struct comm_reply* repinfo, struct regional* region,
  /src/external/bsd/unbound/dist/services/cache/
infra.h 411 struct comm_reply* replylist);
507 int infra_wait_limit_allowed(struct infra_cache* infra, struct comm_reply* rep,
511 void infra_wait_limit_inc(struct infra_cache* infra, struct comm_reply* rep,
515 void infra_wait_limit_dec(struct infra_cache* infra, struct comm_reply* rep,
  /src/external/bsd/unbound/dist/services/
localzone.h 57 struct comm_reply;
334 struct regional* temp, struct comm_reply* repinfo, uint8_t* taglist,
355 struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp,
618 struct comm_reply* repinfo, sldns_buffer* buf,
mesh.h 243 struct comm_reply query_reply;
327 struct edns_data* edns, struct comm_reply* rep, uint16_t qid,
380 struct comm_reply* reply, int what);
568 struct comm_reply* rep, uint16_t qid, uint16_t qflags,
authzone.h 61 struct comm_reply;
559 struct comm_reply* repinfo, struct sldns_buffer* buf,
684 struct comm_reply* repinfo);
687 struct comm_reply* repinfo);
690 struct comm_reply* repinfo);
outside_network.h 824 struct comm_reply *reply_info);
828 struct comm_reply *reply_info);
844 struct comm_reply* rep);
848 struct comm_reply* rep);
rpz.h 182 struct regional* temp, struct comm_reply* repinfo,
  /src/external/bsd/unbound/dist/util/data/
msgreply.h 52 struct comm_reply;
664 * @param repinfo: comm_reply. Reply information for a communication point.
672 struct edns_data* edns, struct comm_reply* repinfo, struct regional* region,
684 * @param repinfo: comm_reply. Reply information for a communication point.
693 struct comm_reply* repinfo, struct regional* region,
705 * @param repinfo: comm_reply. Reply information for a communication point.
714 struct comm_reply* repinfo, struct regional* region,
727 * @param repinfo: comm_reply. Reply information for a communication point.
736 struct comm_reply* repinfo, struct regional* region,
msgparse.h 75 struct comm_reply;
359 struct comm_reply* repinfo, time_t now, struct regional* region,
  /src/external/bsd/unbound/dist/dynlibmod/
dynlibmod.h 73 struct comm_reply* repinfo, struct regional* region,
  /src/external/bsd/unbound/dist/testcode/
replay.h 383 struct comm_reply repinfo;

Completed in 37 milliseconds

1 2