Searched refs:send (Results 201 - 225 of 335) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/cam/ctl/
H A Dctl_ioctl.h786 struct ctl_iscsi_send_params send; member in union:ctl_iscsi_data
/freebsd-11-stable/lib/libnv/
H A Dmsgio.c177 * XXX: We send one byte along with the control message, because
179 * packet send over the socket. Once we send some data we
180 * won't be able to send credentials anymore. This is most
426 done = send(sock, ptr, size, 0);
/freebsd-11-stable/sys/dev/iser/
H A Dicl_iser.h118 /* the max TX (send) WR supported by the iSER QP is defined by *
122 * send WR. D=8 comes from 64K/8K */
262 * struct iser_tx_desc - iSER TX descriptor (for send wr_id)
389 * @send: send wr
396 struct ib_send_wr send; member in union:iser_beacon::__anon6463
/freebsd-11-stable/sbin/ggate/shared/
H A Dggate.c228 * When we send from ggatec packets larger than 32kB, performance drops
230 * when data is send from ggated. I don't know why, so for now I limit
231 * size of packets send from ggatec to 32kB by defining MAX_SEND_SIZE
244 done2 = send(s, p, MIN(len, MAX_SEND_SIZE), flags);
/freebsd-11-stable/usr.sbin/ctld/
H A Dkernel.c1211 req.data.send.connection_id = pdu->pdu_connection->conn_socket;
1212 req.data.send.bhs = pdu->pdu_bhs;
1213 req.data.send.data_segment_len = pdu->pdu_data_len;
1214 req.data.send.data_segment = pdu->pdu_data;
1222 log_errx(1, "error returned from CTL iSCSI send: "
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_wired.c313 res = send(drv->common.sock, (u8 *) hdr, len, 0);
318 "wired_send_eapol - packet len: %lu - failed: send: %s",
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dsave_v2trap.c457 return send(fd, buffer, n, 0);
H A Dsave_v1trap.c459 return send(fd, buffer, n, 0);
/freebsd-11-stable/contrib/binutils/
H A DMakefile.in649 maybe-configure-send-pr \
797 all-host: maybe-all-send-pr
912 info-host: maybe-info-send-pr
1018 dvi-host: maybe-dvi-send-pr
1124 pdf-host: maybe-pdf-send-pr
1230 html-host: maybe-html-send-pr
1336 TAGS-host: maybe-TAGS-send-pr
1442 install-info-host: maybe-install-info-send-pr
1548 install-pdf-host: maybe-install-pdf-send-pr
1654 install-html-host: maybe-install-html-send
[all...]
/freebsd-11-stable/sbin/hastd/
H A Dprimary.c79 * When this field goes to 0, we can send the request back to the
126 * There is one send list for every component. One requests is placed on all
127 * send lists - each component gets the same request, but each component is
128 * responsible for managing his own send list.
395 "Unable to allocate %zu bytes of memory for send lists.",
401 "Unable to allocate %zu bytes of memory for send list counters.",
407 "Unable to allocate %zu bytes of memory for send list locks.",
413 "Unable to allocate %zu bytes of memory for send list condition variables.",
580 "Unable to send connection request to parent");
675 "Unable to send handshak
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py219 send="",
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-vx.c587 error ("Cannot send signals to VxWorks processes");
/freebsd-11-stable/sbin/setkey/
H A Dtest-pfkey.c117 if ((len = send(so, m_buf, m_len, 0)) < 0) {
118 perror("send");
/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dinit_sec_context.c457 _gss_ntlm_set_key(&ctx->u.v2.send, 0, (ctx->flags & NTLM_NEG_KEYEX),
/freebsd-11-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c295 l = conn ? send(s, &msg, sizeof(msg), 0) :
298 ERRX(EXIT_FAILURE, "send (%s)", strerror(errno));
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dacm.c428 ret = send(sock, (char *) &msg, msg.hdr.length, 0);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Diapp.c229 if (send(iapp->packet_sock, &msg, sizeof(msg), 0) < 0)
230 wpa_printf(MSG_INFO, "send[L2 Update]: %s", strerror(errno));
507 /* TODO: For levels 2 and 3: send RADIUS Initiate-Request, receive
/freebsd-11-stable/sys/sys/
H A Dsocket.h143 #define SO_SNDBUF 0x1001 /* send buffer size */
145 #define SO_SNDLOWAT 0x1003 /* send low-water mark */
147 #define SO_SNDTIMEO 0x1005 /* send timeout */
429 #define MSG_DONTROUTE 0x4 /* send without using routing tables */
647 ssize_t send(int, const void *, size_t, int);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py159 summary("send handover response {}".format(response.type))
240 if not client.send(message):
241 summary("Failed to send handover request")
272 print("WPS carrier type match - send to wpa_supplicant")
301 summary("WPS tag - send to wpa_supplicant")
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp428 return ::send(m_socket, static_cast<const char *>(buf), num_bytes, 0);
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c1119 syslog(LOG_ERR, "can't send reply");
1150 bad = ENOENT; /* We will send error reply later */
1160 bad = ENOTDIR; /* We will send error reply later */
1180 syslog(LOG_ERR, "can't send reply");
1201 syslog(LOG_ERR, "can't send reply");
1207 syslog(LOG_ERR, "can't send reply");
1228 syslog(LOG_ERR, "can't send reply");
1233 syslog(LOG_ERR, "can't send reply");
1259 syslog(LOG_ERR, "can't send reply");
1277 syslog(LOG_ERR, "can't send repl
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfsyncd.c572 n3 = send(nfd, buf, sendlen, 0);
578 debug(3, "send on %d len %d = %d\n", nfd, sendlen, n3);
/freebsd-11-stable/share/mk/
H A Dmeta.stage.mk13 # Please send copies of changes and bug-fixes to:
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c210 pjdlog_debug(2, "%s: send() returned %d", __func__,
244 tcpdone = send(sendfd, ptr, todo, MSG_NOSIGNAL);
245 pjdlog_debug(2, "%s: send() returned %zd", __func__,
257 pjdlog_exit(EX_TEMPFAIL, "send() failed");
416 * The following byte is send to make proto_connect_wait() to work.
420 switch (send(sockfd, &connected, sizeof(connected), 0)) {
428 pjdlog_exit(EX_TEMPFAIL, "send() failed");
/freebsd-11-stable/contrib/bmake/mk/
H A Ddpadd.mk12 # Please send copies of changes and bug-fixes to:

Completed in 190 milliseconds

1234567891011>>