Home
last modified time | relevance | path

Searched refs:send_res_msg (Results 1 – 12 of 12) sorted by relevance

/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Dres.c84 static int send_res_msg(const char *buf, int len, int count);
363 static int send_res_msg(const char *rmsg, int len, int rcount) in send_res_msg() function
555 ns = send_res_msg(buf, request_len, request->sends); in query_name()
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/resolver/
H A Dres.c98 static int send_res_msg(void *buf, int len, struct reslist *request);
400 send_res_msg(void *msg, int len, struct reslist *request) in send_res_msg() function
622 request->sent += send_res_msg(buf, request_len, request); in query_name()
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/resolver/
H A Dres.c98 static int send_res_msg(void *buf, int len, struct reslist *request);
400 send_res_msg(void *msg, int len, struct reslist *request) in send_res_msg() function
622 request->sent += send_res_msg(buf, request_len, request); in query_name()
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dircd_res.c138 static int send_res_msg(const char *buf, int len, int count);
402 send_res_msg(const char *msg, int len, int rcount) in send_res_msg() function
593 request->sent += send_res_msg(buf, request_len, request->sends); in query_name()
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/src/
H A Dres.c215 send_res_msg(const unsigned char *msg, int len, unsigned int rcount) in send_res_msg() function
277 send_res_msg(buf, request_len, request->sends); in query_name()
/dports/devel/libmowgli2/libmowgli-2-2.1.3/src/libmowgli/dns/
H A Devloop_res.c87 static int send_res_msg(mowgli_dns_t *dns, const char *buf, int len, int count);
578 send_res_msg(mowgli_dns_t *dns, const char *rmsg, int len, int rcount) in send_res_msg() function
761 ns = send_res_msg(dns, buf, request_len, request->sends); in query_name()
/dports/irc/atheme-services/atheme-7.2.9/libmowgli-2/src/libmowgli/dns/
H A Devloop_res.c87 static int send_res_msg(mowgli_dns_t *dns, const char *buf, int len, int count);
578 send_res_msg(mowgli_dns_t *dns, const char *rmsg, int len, int rcount) in send_res_msg() function
761 ns = send_res_msg(dns, buf, request_len, request->sends); in query_name()
/dports/irc/irc/irc2.11.2p3/ircd/
H A Dres.c52 static int send_res_msg (char *, int, int);
321 static int send_res_msg(char *msg, int len, int rcount) in send_res_msg() function
569 s = send_res_msg(buf, r, rptr->sends); in query_name()
/dports/irc/undernet-ircu/ircu2.10.12.19/
H A DChangeLog.112487 * ircd/res.c (send_res_msg): use log_write instead of ircd_log
H A DChangeLog.124258 (send_res_msg): Select outbound FD based on resolver address type.
10219 * ircd/res.c (send_res_msg): use log_write instead of ircd_log
/dports/irc/irc/irc2.11.2p3/doc/
H A DChangeLog1691 * res_init.c/ircd_res_init(), res.c/init_resolver(), send_res_msg(),
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/
H A DChangeLog2130 use void * for send_res_msg