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

/bind-9.11.3/lib/dns/tests/
H A Ddnstap_test.c113 ATF_TC(send); variable
114 ATF_TC_HEAD(send, tc) {
115 atf_tc_set_md_var(tc, "descr", "send dnstap messages");
117 ATF_TC_BODY(send, tc) {
373 ATF_TP_ADD_TC(tp, send);
/bind-9.11.3/lib/isc/include/isc/
H A Dtask.h118 void (*send)(isc_task_t *task, isc_event_t **eventp); member in struct:isc_taskmethods
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c346 send(SOCKET a0, const char* a1, int a2, int a3) function
351 idnLogPrintf(idn_log_level_trace, "stub send() called\n");
355 if ((p = GetProcAddress(DLLHANDLE, "send")) == NULL) {
356 FATAL("cannot find entry send (%d)\n", GetLastError());
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c346 send(SOCKET a0, const char* a1, int a2, int a3) function
351 idnLogPrintf(idn_log_level_trace, "stub send() called\n");
355 if ((p = GetProcAddress(DLLHANDLE, "send")) == NULL) {
356 FATAL("cannot find entry send (%d)\n", GetLastError());
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c264 * DLVL(60) -- Socket data send/receive
321 * The number of times a send operation is repeated if the result is EINTR.
461 * send() and recv() iovec counts
632 void *recvv, *send, *sendv, *sendto2, *cleanunix, *permunix, *filter, member in struct:__anon291
1436 * this transaction can send.
2147 "doio_send: send() %s 0",
3443 * in the done event to the one provided, and send it to the task it was
3447 * asked to, send and detach from the socket as well.
3521 * the done event we want to send. If the list is empty, this is a no-op,
3769 * Fill in the done event details and send i
[all...]

Completed in 33 milliseconds