Searched refs:send (Results 101 - 125 of 335) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/firewire/
H A Dfwdev.c410 bcopy(&pkt, &xfer->send.hdr, sizeof(struct fw_pkt));
411 xfer->send.pay_len = uio->uio_resid;
413 if ((err = uiomove((caddr_t)&xfer->send.payload[0],
421 xfer->send.spd = 2 /* XXX */;
677 bcopy(fp, (void *)&xfer->send.hdr, tinfo->hdr_len);
680 xfer->send.payload, pay_len);
681 xfer->send.spd = asyreq->req.sped;
H A Dif_fwe.c326 xfer->send.spd = tx_speed;
524 fp = &xfer->send.hdr;
525 *(uint32_t *)&xfer->send.hdr = *(int32_t *)&fwe->pkt_hdr;
528 xfer->send.pay_len = m->m_pkthdr.len;
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c363 send(f, oobdata, 1, MSG_OOB); /* indicate new rlogin */
400 send(f, &cntl, 1, MSG_OOB);
454 send(f, &pibuf[0], 1, MSG_OOB);
/freebsd-11-stable/contrib/byacc/
H A Dlr0.c406 Value_t *send; local
416 send = shiftset + nshifts;
418 while (sp1 < send)
/freebsd-11-stable/contrib/libxo/libxo/
H A Dxo_syslog.c203 * If the send() fails, there are two likely scenarios:
216 * send() to give syslogd a chance to empty its socket buffer.
219 if (send(xo_logfile, full_msg, full_len, 0) < 0) {
227 if (send(xo_logfile, full_msg, full_len, 0) >= 0) {
244 if (send(xo_logfile, full_msg, full_len, 0) >= 0) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_recvmmsg.c142 error = send(fd[0], DGRAM, sizeof(DGRAM), 0);
145 ATF_REQUIRE_MSG(error != -1, "send failed (%s)",
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dtask.h124 void (*send)(isc_task_t *task, isc_event_t **eventp); member in struct:isc_taskmethods
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_et.c107 tt_int_op(send(pair[0], test, (int)strlen(test)+1, 0), >, 0);
H A Dregress_listener.c164 /* send, so that pair[0] will look 'readable'*/
165 tt_int_op(send(data->pair[1], "hello", 5, 0), >, 0);
/freebsd-11-stable/bin/date/
H A Dnetdate.c125 if (send(s, (char *)&msg, sizeof(struct tsp), 0) < 0) {
127 warn("send");
145 warnc(lerr, "send (delayed error)");
/freebsd-11-stable/sys/contrib/vchiq/interface/vchi/message_drivers/
H A Dmessage.h176 int32_t (*send)( VCHI_MDRIVER_HANDLE_T *handle, MESSAGE_TX_CHANNEL_T channel, const void *data, uint32_t len, VCHI_MSG_FLAGS_T flags, void *send_handle ); // tx (message & bulk) member in struct:opaque_vchi_message_driver_t
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_common.c115 done = send(sock, data, sendsize, MSG_NOSIGNAL);
129 pjdlog_warning("Getting ENOBUFS errors for 11s on send(), giving up.");
132 pjdlog_warning("Got ENOBUFS error on send(), retrying for a bit.");
/freebsd-11-stable/tools/regression/netinet/tcpstream/
H A Dtcpstream.c102 len = send(sock, buffer, i * sizeof(long), 0);
107 perror("send");
/freebsd-11-stable/tools/tools/netrate/netblast/
H A Dnetblast.c104 * We maintain and, if there's room, send a counter. Note
109 * previous send, the error will turn up the current send
117 if (send(s, packet, packet_len, 0) < 0)
132 printf("send calls: %d\n", send_calls);
133 printf("send errors: %d\n", send_errors);
134 printf("approx send rate: %ld\n", (send_calls - send_errors) /
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Datombios_dp.c57 u8 *send, int send_bytes,
72 memcpy(base, send, send_bytes);
115 u16 address, u8 *send, u8 send_bytes, u8 delay)
131 memcpy(&msg[4], send, send_bytes);
56 radeon_process_aux_ch(struct radeon_i2c_chan *chan, u8 *send, int send_bytes, u8 *recv, int recv_size, u8 delay, u8 *ack) argument
114 radeon_dp_aux_native_write(struct radeon_connector *radeon_connector, u16 address, u8 *send, u8 send_bytes, u8 delay) argument
/freebsd-11-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h139 int send(int, char *, u_int, int);
/freebsd-11-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h140 int send(int, char *, u_int, int);
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dcommon.h54 #define rs_send(s,b,l,f) use_rs ? rsend(s,b,l,f) : send(s,b,l,f)
/freebsd-11-stable/sbin/hastd/
H A Dproto_common.c118 done = send(sock, data, sendsize, MSG_NOSIGNAL);
132 pjdlog_warning("Getting ENOBUFS errors for 11s on send(), giving up.");
135 pjdlog_warning("Got ENOBUFS error on send(), retrying for a bit.");
/freebsd-11-stable/usr.sbin/bluetooth/btpand/
H A Dtap.c112 chan->send = tap_send;
H A Dbtpand.h106 bool (*send)(channel_t *, packet_t *); member in struct:channel
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c140 if (send(s, buffer, size, 0) < 0)
/freebsd-11-stable/usr.sbin/inetd/
H A Dbuiltins.c122 * The RFC says that we should send back a random number of
123 * characters chosen from the range 0 to 512. We send LINESIZ+2.
232 (void) send(s, buffer, strlen(buffer), MSG_EOF);
334 send(s, p, strlen(p), MSG_EOF);
513 * If not "real" (-r), send a HIDDEN-USER error for everything.
675 /* Finally, we make and send the reply. */
681 send(s, p, strlen(p), MSG_EOF);
733 (void) send(s, (char *) &result, sizeof(result), MSG_EOF);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A DRemoteJITUtils.h67 llvm::Error send() override { return llvm::Error::success(); }
/freebsd-11-stable/sys/dev/sume/
H A Dadapter.h181 struct riffa_chnl_dir **send; member in struct:sume_adapter
207 * plen - length of the send/receive packet data (in bytes)

Completed in 263 milliseconds

1234567891011>>