lib/libagentx/agentx.c
4131
ssize_t send;
lib/libagentx/agentx.c
4133
if ((send = ax_send(ax->ax_ax)) == -1) {
lib/libagentx/agentx.c
4142
if (send > 0)
lib/libagentx/ax.c
389
if ((nwrite = send(ax->ax_fd, ax->ax_wbuf, ax->ax_wblen,
lib/libc/asr/res_send_async.c
444
n = send(as->as_fd, as->as.dns.obuf, as->as.dns.obuflen, 0);
lib/libc/hidden/sys/socket.h
37
PROTO_NORMAL(send);
lib/libc/net/send.c
41
DEF_WEAK(send);
lib/libc/rpc/clnt_udp.c
230
ret = send(cu->cu_sock, cu->cu_outbuf, outlen, 0);
lib/libevent/signal.c
241
send(evsignal_base->sig.ev_signal_pair[0], "a", 1, 0);
lib/libradius/radius.c
366
n = send(s, packet->pdata, radius_get_length(packet), flags);
lib/libssl/tls13_handshake.c
106
.send = tls13_server_hello_retry_request_send,
lib/libssl/tls13_handshake.c
113
.send = tls13_server_encrypted_extensions_send,
lib/libssl/tls13_handshake.c
120
.send = tls13_server_certificate_send,
lib/libssl/tls13_handshake.c
126
.send = tls13_server_certificate_request_send,
lib/libssl/tls13_handshake.c
133
.send = tls13_server_certificate_verify_send,
lib/libssl/tls13_handshake.c
141
.send = tls13_server_finished_send,
lib/libssl/tls13_handshake.c
34
int (*send)(struct tls13_ctx *ctx, CBB *cbb);
lib/libssl/tls13_handshake.c
464
if (!action->send(ctx, &cbb))
lib/libssl/tls13_handshake.c
572
int send;
lib/libssl/tls13_handshake.c
578
.send = SSL3_ST_CW_CLNT_HELLO_A,
lib/libssl/tls13_handshake.c
58
.send = tls13_client_hello_send,
lib/libssl/tls13_handshake.c
582
.send = SSL3_ST_SW_SRVR_HELLO_A,
lib/libssl/tls13_handshake.c
586
.send = SSL3_ST_CW_CLNT_HELLO_A,
lib/libssl/tls13_handshake.c
590
.send = SSL3_ST_SW_SRVR_HELLO_A,
lib/libssl/tls13_handshake.c
593
.send = 0,
lib/libssl/tls13_handshake.c
598
.send = SSL3_ST_SW_CERT_REQ_A,
lib/libssl/tls13_handshake.c
602
.send = SSL3_ST_SW_CERT_A,
lib/libssl/tls13_handshake.c
605
.send = 0,
lib/libssl/tls13_handshake.c
610
.send = SSL3_ST_SW_FINISHED_A,
lib/libssl/tls13_handshake.c
613
.send = 0,
lib/libssl/tls13_handshake.c
618
.send = SSL3_ST_CW_CERT_VRFY_B,
lib/libssl/tls13_handshake.c
621
.send = 0,
lib/libssl/tls13_handshake.c
626
.send = SSL3_ST_CW_FINISHED_A,
lib/libssl/tls13_handshake.c
630
.send = 0,
lib/libssl/tls13_handshake.c
65
.send = tls13_client_hello_retry_send,
lib/libssl/tls13_handshake.c
666
*out_state = legacy_states[mt].send;
lib/libssl/tls13_handshake.c
71
.send = tls13_client_end_of_early_data_send,
lib/libssl/tls13_handshake.c
78
.send = tls13_client_certificate_send,
lib/libssl/tls13_handshake.c
85
.send = tls13_client_certificate_verify_send,
lib/libssl/tls13_handshake.c
92
.send = tls13_client_finished_send,
lib/libssl/tls13_handshake.c
99
.send = tls13_server_hello_send,
libexec/spamd/grey.c
338
if (send(greyback[0], res->ai_addr, res->ai_addr->sa_len, 0) == -1) {
libexec/spamd/spamd.c
1771
if (send(fd, &ch, sizeof(ch), 0) == -1) {
regress/lib/libc/sys/t_recvmmsg.c
169
error = send(fd[0], DGRAM, sizeof(DGRAM), 0);
regress/lib/libc/sys/t_sendrecv.c
72
for (; (n = send(sd, &p, sizeof(p), 0)) == sizeof(p);
regress/lib/libevent/event_regress.c
90
#define write(fd,buf,len) send((fd),(buf),(len),0)
regress/lib/libevent/test-eof.c
71
send(pair[0], test, strlen(test)+1, 0);
regress/lib/libevent/test-weof.c
44
len = send(fd, test, strlen(test) + 1, 0);
regress/lib/libssl/interop/botan/client.cpp
81
n = send(m_socket, data + off, len, 0);
regress/lib/libssl/interop/botan/client.cpp
96
m_channel->send(str);
regress/sys/kern/poll/poll_iocond.c
399
ret = send(fd, &b, 1, 0);
regress/sys/kern/poll/poll_iocond.c
402
ret = send(fd, &b, 1, MSG_OOB);
regress/sys/kern/poll/poll_iocond.c
405
ret = send(fd, &b, 1, 0);
regress/sys/kern/select/select_iocond.c
414
ret = send(fd, &b, 1, 0);
regress/sys/kern/select/select_iocond.c
417
ret = send(fd, &b, 1, MSG_OOB);
regress/sys/kern/select/select_iocond.c
420
ret = send(fd, &b, 1, 0);
regress/sys/kern/unixsockets/unsendrecvthr.c
110
if ((ret = send(s, &data, sizeof(data), 0)) < 0)
regress/sys/netinet/ipsec/nonxt-sendrecv.c
118
if (send(s, buf, 0, 0) == -1)
regress/sys/netinet/mcast/mcsend.c
147
n = send(s, msg, len, 0);
regress/sys/netinet/tcpthread/tcpthread.c
264
if (send(sock, buf, sizeof(buf), 0) < 0) {
regress/sys/netinet/udpthread/udpthread.c
133
while (send(sock, "", 0, 0) < 0) {
regress/sys/netinet/udpthread/udpthread.c
313
if (send(sock, buf, sizeof(buf), 0) < 0) {
regress/sys/netinet6/mcast6/mc6send.c
150
n = send(s, msg, len, 0);
regress/sys/netinet6/rip6cksum/rip6cksum.c
185
if (send(s, buf, sendsz, 0) == -1)
regress/usr.bin/nc/util.c
197
n = send(s, buf + off, len - off, 0);
sbin/iked/pfkey.c
581
goto send;
sbin/iked/pfkey.c
597
goto send;
sbin/iked/pfkey.c
718
send:
sbin/iked/radius.c
881
goto send;
sbin/iked/radius.c
963
send:
sbin/unwind/libunbound/util/netevent.c
411
sent = send(c->fd, (void*)sldns_buffer_begin(packet),
sbin/unwind/libunbound/util/netevent.c
4430
r = send(fd, (void*)(((uint8_t*)&len)+c->tcp_write_byte_count),
sbin/unwind/libunbound/util/netevent.c
4433
r = send(fd, (void*)(((uint8_t*)&len)+c->tcp_byte_count),
sbin/unwind/libunbound/util/netevent.c
4496
r = send(fd, (void*)(c->tcp_write_pkt + c->tcp_write_byte_count - 2),
sbin/unwind/libunbound/util/netevent.c
4499
r = send(fd, (void*)sldns_buffer_current(buffer),
sbin/unwind/libunbound/util/netevent.c
546
sent = send(c->fd, (void*)sldns_buffer_begin(packet),
sbin/unwind/libunbound/util/netevent.c
5480
r = send(fd, (void*)sldns_buffer_current(c->buffer),
sbin/unwind/libunbound/util/netevent.c
5543
ret = send(h2_session->c->fd, (void*)buf, len, 0);
sys/dev/pci/drm/amd/amdgpu/atombios_dp.c
59
u8 *send, int send_bytes,
sys/dev/pci/drm/amd/amdgpu/atombios_dp.c
77
amdgpu_atombios_copy_swap(base, send, send_bytes, true);
sys/dev/pci/drm/amd/display/dc/dce/dce_stream_encoder.c
182
uint32_t cont, send, line;
sys/dev/pci/drm/amd/display/dc/dce/dce_stream_encoder.c
194
send = 1;
sys/dev/pci/drm/amd/display/dc/dce/dce_stream_encoder.c
199
send = 0;
sys/dev/pci/drm/amd/display/dc/dce/dce_stream_encoder.c
208
HDMI_GENERIC0_SEND, send,
sys/dev/pci/drm/amd/display/dc/dce/dce_stream_encoder.c
214
HDMI_GENERIC1_SEND, send,
sys/dev/pci/drm/amd/display/dc/dce/dce_stream_encoder.c
220
HDMI_GENERIC0_SEND, send,
sys/dev/pci/drm/amd/display/dc/dce/dce_stream_encoder.c
226
HDMI_GENERIC1_SEND, send,
sys/dev/pci/drm/amd/display/dc/dce/dce_stream_encoder.c
233
HDMI_GENERIC0_SEND, send,
sys/dev/pci/drm/amd/display/dc/dce/dce_stream_encoder.c
240
HDMI_GENERIC1_SEND, send,
sys/dev/pci/drm/amd/display/dc/dce/dce_stream_encoder.c
247
HDMI_GENERIC0_SEND, send,
sys/dev/pci/drm/amd/display/dc/dce/dce_stream_encoder.c
254
HDMI_GENERIC1_SEND, send,
sys/dev/pci/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.c
163
uint32_t cont, send, line;
sys/dev/pci/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.c
176
send = 1;
sys/dev/pci/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.c
181
send = 0;
sys/dev/pci/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.c
190
HDMI_GENERIC0_SEND, send,
sys/dev/pci/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.c
196
HDMI_GENERIC1_SEND, send,
sys/dev/pci/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.c
202
HDMI_GENERIC0_SEND, send,
sys/dev/pci/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.c
208
HDMI_GENERIC1_SEND, send,
sys/dev/pci/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.c
214
HDMI_GENERIC0_SEND, send,
sys/dev/pci/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.c
220
HDMI_GENERIC1_SEND, send,
sys/dev/pci/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.c
226
HDMI_GENERIC0_SEND, send,
sys/dev/pci/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.c
232
HDMI_GENERIC1_SEND, send,
sys/dev/pci/drm/amd/display/dc/dio/dcn20/dcn20_stream_encoder.c
104
HDMI_GENERIC3_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn20/dcn20_stream_encoder.c
111
HDMI_GENERIC4_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn20/dcn20_stream_encoder.c
118
HDMI_GENERIC5_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn20/dcn20_stream_encoder.c
125
HDMI_GENERIC6_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn20/dcn20_stream_encoder.c
132
HDMI_GENERIC7_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn20/dcn20_stream_encoder.c
55
uint32_t cont, send, line;
sys/dev/pci/drm/amd/display/dc/dio/dcn20/dcn20_stream_encoder.c
67
send = 1;
sys/dev/pci/drm/amd/display/dc/dio/dcn20/dcn20_stream_encoder.c
72
send = 0;
sys/dev/pci/drm/amd/display/dc/dio/dcn20/dcn20_stream_encoder.c
83
HDMI_GENERIC0_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn20/dcn20_stream_encoder.c
90
HDMI_GENERIC1_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn20/dcn20_stream_encoder.c
97
HDMI_GENERIC2_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
105
HDMI_GENERIC3_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
112
HDMI_GENERIC4_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
119
HDMI_GENERIC5_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
126
HDMI_GENERIC6_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
133
HDMI_GENERIC7_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
140
HDMI_GENERIC8_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
147
HDMI_GENERIC9_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
154
HDMI_GENERIC10_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
161
HDMI_GENERIC11_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
168
HDMI_GENERIC12_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
175
HDMI_GENERIC13_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
182
HDMI_GENERIC14_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
55
uint32_t cont, send, line;
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
68
send = 1;
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
73
send = 0;
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
84
HDMI_GENERIC0_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
91
HDMI_GENERIC1_SEND, send);
sys/dev/pci/drm/amd/display/dc/dio/dcn30/dcn30_dio_stream_encoder.c
98
HDMI_GENERIC2_SEND, send);
sys/dev/pci/drm/i915/display/intel_dp_aux.c
238
const u8 *send, int send_bytes,
sys/dev/pci/drm/i915/display/intel_dp_aux.c
353
intel_dp_aux_pack(send + i,
sys/dev/pci/drm/i915/gt/uc/intel_gsc_proxy.c
110
ret = comp->ops->send(comp->mei_dev, in, in_size);
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
1375
atomic_read(&ct->ctbs.send.space) * 4);
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
1377
ct->ctbs.send.desc->head);
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
1379
ct->ctbs.send.desc->tail);
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
143
mtx_init(&ct->ctbs.send.lock, IPL_TTY);
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
219
static int ct_register_buffer(struct intel_guc_ct *ct, bool send,
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
224
err = intel_guc_self_cfg64(ct_to_guc(ct), send ?
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
231
err = intel_guc_self_cfg64(ct_to_guc(ct), send ?
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
238
err = intel_guc_self_cfg32(ct_to_guc(ct), send ?
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
245
send ? "SEND" : "RECV", ERR_PTR(err));
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
294
guc_ct_buffer_init(&ct->ctbs.send, desc, cmds, cmds_size, resv_space);
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
347
GEM_BUG_ON(blob != ct->ctbs.send.desc);
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
350
guc_ct_buffer_reset(&ct->ctbs.send);
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
364
desc = base + ptrdiff(ct->ctbs.send.desc, blob);
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
365
cmds = base + ptrdiff(ct->ctbs.send.cmds, blob);
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
366
size = ct->ctbs.send.size * 4;
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
436
struct intel_guc_ct_buffer *ctb = &ct->ctbs.send;
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
576
struct guc_ct_buffer_desc *send = ct->ctbs.send.desc;
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
577
struct guc_ct_buffer_desc *recv = ct->ctbs.send.desc;
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
581
send->status, recv->status);
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
583
atomic_read(&ct->ctbs.send.space) * 4);
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
584
CT_ERROR(ct, "Head: %u (Dwords)\n", ct->ctbs.send.desc->head);
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
585
CT_ERROR(ct, "Tail: %u (Dwords)\n", ct->ctbs.send.desc->tail);
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
592
ct->ctbs.send.broken = true;
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
611
lockdep_assert_held(&ct->ctbs.send.lock);
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
626
struct intel_guc_ct_buffer *ctb = &ct->ctbs.send;
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
655
lockdep_assert_held(&ct->ctbs.send.lock);
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
686
struct intel_guc_ct_buffer *ctb = &ct->ctbs.send;
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
719
struct intel_guc_ct_buffer *ctb = &ct->ctbs.send;
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.c
849
if (unlikely(ct->ctbs.send.broken))
sys/dev/pci/drm/i915/gt/uc/intel_guc_ct.h
68
struct intel_guc_ct_buffer send;
sys/dev/pci/drm/i915/i915_gpu_error.c
1914
gt_record_guc_ctb(error_uc->guc.ctb + 0, &uc->guc.ct.ctbs.send,
sys/dev/pci/drm/i915/i915_gpu_error.c
1915
uc->guc.ct.ctbs.send.desc, (struct intel_guc *)&uc->guc);
sys/dev/pci/drm/i915/i915_gpu_error.c
1917
uc->guc.ct.ctbs.send.desc, (struct intel_guc *)&uc->guc);
sys/dev/pci/drm/i915/pxp/intel_pxp_tee.c
78
ret = pxp_component->ops->send(pxp_component->tee_dev, msg_in, msg_in_size,
sys/dev/pci/drm/include/drm/intel/i915_gsc_proxy_mei_interface.h
30
int (*send)(struct device *dev, const void *buf, size_t size);
sys/dev/pci/drm/include/drm/intel/i915_pxp_tee_interface.h
25
int (*send)(struct device *dev, const void *message, size_t size,
sys/dev/pci/drm/radeon/atombios_dp.c
105
radeon_atom_copy_swap(base, send, send_bytes, true);
sys/dev/pci/drm/radeon/atombios_dp.c
86
u8 *send, int send_bytes,
sys/dev/pci/if_iwn.c
4754
goto send;
sys/dev/pci/if_iwn.c
4765
send:
sys/dev/pci/if_iwn.c
6119
cmd.ucode.once.send = 0xffffffff;
sys/dev/pci/if_iwnreg.h
797
uint32_t send;
sys/dev/pv/xenreg.h
544
struct evtchn_send send;
sys/net/if_wg.c
1347
goto send;
sys/net/if_wg.c
1363
send:
sys/netinet/tcp_output.c
383
goto send;
sys/netinet/tcp_output.c
387
goto send;
sys/netinet/tcp_output.c
389
goto send;
sys/netinet/tcp_output.c
391
goto send;
sys/netinet/tcp_output.c
393
goto send;
sys/netinet/tcp_output.c
395
goto send;
sys/netinet/tcp_output.c
415
goto send;
sys/netinet/tcp_output.c
417
goto send;
sys/netinet/tcp_output.c
424
goto send;
sys/netinet/tcp_output.c
426
goto send;
sys/netinet/tcp_output.c
428
goto send;
sys/netinet/tcp_output.c
436
goto send;
sys/netinet/tcp_output.c
482
send:
sys/sys/socket.h
584
ssize_t send(int, const void *, size_t, int);
usr.bin/ftp/ftp.c
2048
if (send(fileno(cout), buf, 3, MSG_OOB) != 3)
usr.bin/mandoc/roff_escape.c
274
&sesc, &snam, &sarg, &sendarg, &send);
usr.bin/mandoc/roff_escape.c
287
iend = send;
usr.bin/mandoc/roff_escape.c
292
iarg = send;
usr.bin/mandoc/roff_escape.c
350
&sesc, &snam, &sarg, &sendarg, &send);
usr.bin/mandoc/roff_escape.c
353
iend = send;
usr.bin/mandoc/roff_escape.c
359
iendarg = send;
usr.bin/mandoc/roff_escape.c
504
iend = send;
usr.bin/mandoc/roff_escape.c
74
int sesc, snam, sarg, sendarg, send; /* for sub-escape */
usr.bin/mg/region.c
641
if (((w = send(fd, *text, *len, MSG_NOSIGNAL)) == -1)) {
usr.bin/snmp/snmp.c
322
ret = send(agent->fd, message, len, MSG_DONTWAIT);
usr.bin/ssh/ssh-agent.c
1569
goto send;
usr.bin/ssh/ssh-agent.c
1575
goto send;
usr.bin/ssh/ssh-agent.c
1581
goto send;
usr.bin/ssh/ssh-agent.c
1586
goto send;
usr.bin/ssh/ssh-agent.c
1591
goto send;
usr.bin/ssh/ssh-agent.c
1627
send:
usr.bin/ssh/ssh-agent.c
1650
goto send;
usr.bin/ssh/ssh-agent.c
1657
goto send;
usr.bin/ssh/ssh-agent.c
1676
send:
usr.bin/ssh/ssh-agent.c
859
goto send;
usr.bin/ssh/ssh-agent.c
864
goto send;
usr.bin/ssh/ssh-agent.c
874
goto send;
usr.bin/ssh/ssh-agent.c
880
goto send;
usr.bin/ssh/ssh-agent.c
885
goto send;
usr.bin/ssh/ssh-agent.c
898
goto send;
usr.bin/ssh/ssh-agent.c
909
goto send;
usr.bin/ssh/ssh-agent.c
916
goto send;
usr.bin/ssh/ssh-agent.c
923
goto send;
usr.bin/ssh/ssh-agent.c
931
goto send;
usr.bin/ssh/ssh-agent.c
960
goto send;
usr.bin/ssh/ssh-agent.c
965
send:
usr.bin/telnet/network.c
111
n = send(net, (char *)netoring.consume, n, 0); /* normal write */
usr.bin/telnet/network.c
121
n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */
usr.bin/telnet/telnet.c
1951
while ((next = nextitem(thisitem)) <= netobuf.send) {
usr.bin/yacc/lr0.c
333
short *sp1, *sp2, *send;
usr.bin/yacc/lr0.c
342
send = shiftset + nshifts;
usr.bin/yacc/lr0.c
344
while (sp1 < send)
usr.sbin/apm/apm.c
82
if (send(fd, cmd, sizeof(*cmd), 0) == sizeof(*cmd)) {
usr.sbin/apmd/apmd.c
314
if (send(cli_fd, &reply, sizeof(reply), 0) != sizeof(reply))
usr.sbin/cron/client.c
110
send(sock, &cookie, 1, MSG_NOSIGNAL);
usr.sbin/dhcrelay/dhcrelay.c
416
if (send(sp->fd, packet, length, 0) != -1) {
usr.sbin/lldpd/lldpd.c
1166
rv = send(fd, &msgtype, sizeof(msgtype), 0);
usr.sbin/npppd/npppd/chap.c
694
_this->ppp->mppe.send.master_key, MPPE_KEYLEN, 1, 1);
usr.sbin/npppd/npppd/chap.c
904
mschap_radiuskey(_this->ppp->mppe.send.master_key,
usr.sbin/npppd/npppd/mppe.c
146
mppe_rc4_destroy(_this, &_this->send);
usr.sbin/npppd/npppd/mppe.c
202
_this->send.stateless =
usr.sbin/npppd/npppd/mppe.c
206
_this->send.keylen = 8;
usr.sbin/npppd/npppd/mppe.c
207
_this->send.keybits = 40;
usr.sbin/npppd/npppd/mppe.c
209
_this->send.keylen = 8;
usr.sbin/npppd/npppd/mppe.c
210
_this->send.keybits = 56;
usr.sbin/npppd/npppd/mppe.c
212
_this->send.keylen = 16;
usr.sbin/npppd/npppd/mppe.c
213
_this->send.keybits = 128;
usr.sbin/npppd/npppd/mppe.c
229
if (_this->send.keybits > 0) {
usr.sbin/npppd/npppd/mppe.c
230
mppe_rc4_init(_this, &_this->send, 0);
usr.sbin/npppd/npppd/mppe.c
231
GetNewKeyFromSHA(_this->send.master_key, _this->send.master_key,
usr.sbin/npppd/npppd/mppe.c
232
_this->send.keylen, _this->send.session_key);
usr.sbin/npppd/npppd/mppe.c
233
mppe_reduce_key(&_this->send);
usr.sbin/npppd/npppd/mppe.c
234
mppe_rc4_setkey(_this, &_this->send);
usr.sbin/npppd/npppd/mppe.c
464
_this->send.resetreq = 1;
usr.sbin/npppd/npppd/mppe.c
485
if (_this->send.stateless != 0) {
usr.sbin/npppd/npppd/mppe.c
487
mppe_key_change(_this, &_this->send);
usr.sbin/npppd/npppd/mppe.c
489
if ((_this->send.coher_cnt % 0x100) == 0xff) {
usr.sbin/npppd/npppd/mppe.c
491
mppe_key_change(_this, &_this->send);
usr.sbin/npppd/npppd/mppe.c
492
} else if (_this->send.resetreq != 0) {
usr.sbin/npppd/npppd/mppe.c
494
_this->send.resetreq = 0;
usr.sbin/npppd/npppd/mppe.c
499
mppe_rc4_setkey(_this, &_this->send);
usr.sbin/npppd/npppd/mppe.c
503
_this->send.coher_cnt, (flushed)? "[flushed]" : "",
usr.sbin/npppd/npppd/mppe.c
506
coher_cnt = _this->send.coher_cnt & COHERENCY_CNT_MASK;
usr.sbin/npppd/npppd/mppe.c
514
mppe_rc4_encrypt(_this, &_this->send, 2, (u_char *)&proto, outp);
usr.sbin/npppd/npppd/mppe.c
515
mppe_rc4_encrypt(_this, &_this->send, len, pktp, outp + 2);
usr.sbin/npppd/npppd/mppe.c
518
_this->send.coher_cnt++;
usr.sbin/npppd/npppd/mppe.c
519
_this->send.coher_cnt &= COHERENCY_CNT_MASK;
usr.sbin/npppd/npppd/npppd.c
1019
if (ppp->mppe.send.keybits > 0) {
usr.sbin/npppd/npppd/npppd.c
1021
ppp->mppe.send.master_key,
usr.sbin/npppd/npppd/npppd.c
1023
req->pr_mppe_send.stateless = ppp->mppe.send.stateless;
usr.sbin/npppd/npppd/npppd.c
1024
req->pr_mppe_send.keylenbits = ppp->mppe.send.keybits;
usr.sbin/npppd/npppd/npppd_radius.c
750
goto send;
usr.sbin/npppd/npppd/npppd_radius.c
836
send:
usr.sbin/npppd/npppd/ppp.c
388
_this->mppe.send.keybits,
usr.sbin/npppd/npppd/ppp.c
389
(_this->mppe.send.stateless)? "stateless" : "stateful");
usr.sbin/npppd/npppd/ppp.h
426
mppe_rc4_t send, recv;
usr.sbin/npppd/npppd/ppp.h
653
((ppp)->mppe_started != 0 && (ppp)->mppe.send.keybits > 0)
usr.sbin/npppd/npppd/privsep.c
771
r.retval = send(fd, a->msg, a->len,
usr.sbin/nsd/dnstap/dnstap_collector.c
519
r = send(s, data, len, MSG_DONTWAIT | MSG_NOSIGNAL);
usr.sbin/nsd/xfrd.c
2969
int reload, send;
usr.sbin/nsd/xfrd.c
2971
send = 1;
usr.sbin/nsd/xfrd.c
2989
if(send) {
usr.sbin/nsd/xfrd.c
2990
send = task_new_apply_xfr(
usr.sbin/nsd/xfrd.c
2997
if(send && !reload) {
usr.sbin/nsd/xfrd.c
3002
xfr->sent = send ? 1 + xfrd->nsd->mytask : 0;
usr.sbin/radiusctl/radiusctl.c
420
rv = send(test->sock,
usr.sbin/radiusd/radiusd_radius.c
510
if ((sz = send(req->server->sock, radius_get_data(req->q_pkt),
usr.sbin/snmpd/ax.c
491
if ((nwrite = send(ax->ax_fd, ax->ax_wbuf, ax->ax_wblen,
usr.sbin/tcpdump/print-ip.c
324
const u_char *send = snapend;
usr.sbin/tcpdump/print-ip.c
631
snapend = send;
usr.sbin/tcpdump/print-ip6.c
243
snapend = send;
usr.sbin/tcpdump/print-ip6.c
57
const u_char *send = snapend;
usr.sbin/tftpd/tftpd.c
1183
if (send(client->sock, client->buf, client->buflen, 0) == -1) {
usr.sbin/tftpd/tftpd.c
1303
return (send(client->sock, client->buf, client->buflen, 0) != 4);
usr.sbin/tftpd/tftpd.c
1495
rslt = send(client->sock, client->buf, length, 0);
usr.sbin/tftpd/tftpd.c
1543
if (send(client->sock, client->buf, client->buflen, 0) == -1) {
usr.sbin/unbound/daemon/remote.c
4575
ret = send(fr->commpair[1], ((char*)&cmd)+bcount,
usr.sbin/unbound/daemon/remote.c
599
ssize_t r = send(res->fd, text+at, strlen(text)-at, 0);
usr.sbin/unbound/daemon/remote.c
7099
ret = send(pair[1], (void*)(nonce+bcount),
usr.sbin/unbound/daemon/remote.c
7352
ret = send(fr->commpair[0], ((char*)&cmd)+bcount,
usr.sbin/unbound/daemon/remote.c
8215
r = (int)send(printq->remote.fd,
usr.sbin/unbound/daemon/worker.c
428
ret = send(worker->daemon->fast_reload_thread->commreload[1],
usr.sbin/unbound/dnstap/dtstream.c
820
ret = send(dtio->fd, (void*)buf, len, 0);
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
857
if(send(data->fd, acceptframe, len, 0) == -1) {
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
905
if(send(data->fd, finishframe, len, 0) == -1) {
usr.sbin/unbound/smallapp/unbound-control.c
841
if(send(fd, buf, len, 0) < (ssize_t)len) {
usr.sbin/unbound/testcode/delayer.c
681
r = send(s, (void*)(p->item + p->done), p->len - p->done, 0);
usr.sbin/unbound/testcode/streamtcp.c
250
if(send(fd, (void*)&len, sizeof(len), 0) <
usr.sbin/unbound/testcode/streamtcp.c
269
if(send(fd, (void*)sldns_buffer_begin(buf),
usr.sbin/unbound/testcode/streamtcp.c
495
if(send(fd, (void*)sldns_buffer_begin(proxy_buf),
usr.sbin/unbound/util/netevent.c
411
sent = send(c->fd, (void*)sldns_buffer_begin(packet),
usr.sbin/unbound/util/netevent.c
4430
r = send(fd, (void*)(((uint8_t*)&len)+c->tcp_write_byte_count),
usr.sbin/unbound/util/netevent.c
4433
r = send(fd, (void*)(((uint8_t*)&len)+c->tcp_byte_count),
usr.sbin/unbound/util/netevent.c
4496
r = send(fd, (void*)(c->tcp_write_pkt + c->tcp_write_byte_count - 2),
usr.sbin/unbound/util/netevent.c
4499
r = send(fd, (void*)sldns_buffer_current(buffer),
usr.sbin/unbound/util/netevent.c
546
sent = send(c->fd, (void*)sldns_buffer_begin(packet),
usr.sbin/unbound/util/netevent.c
5480
r = send(fd, (void*)sldns_buffer_current(c->buffer),
usr.sbin/unbound/util/netevent.c
5543
ret = send(h2_session->c->fd, (void*)buf, len, 0);