Searched refs:send (Results 251 - 275 of 449) sorted by relevance

<<1112131415161718

/freebsd-current/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h247 unsigned long send; member in struct:c4iw_stats
/freebsd-current/contrib/wpa/src/radius/
H A Dradius.h213 u8 *send; member in struct:radius_ms_mppe_keys
/freebsd-current/contrib/bsnmp/snmpd/
H A Dsnmpd.h194 ssize_t (*send)(struct tport *, const u_char *, size_t, member in struct:transport_def
198 /** send via a multi-socket port */
/freebsd-current/crypto/openssl/ssl/record/
H A Drecord_local.h127 int early_data_count_ok(SSL *s, size_t length, size_t overhead, int send);
/freebsd-current/sys/dev/iser/
H A Diser_verbs.c98 ISER_DBG("conn %p got send comp error", iser_conn);
654 memset(&ib_conn->beacon.send, 0, sizeof(struct ib_send_wr));
655 ib_conn->beacon.send.wr_id = ISER_BEACON_WRID;
656 ib_conn->beacon.send.opcode = IB_WR_SEND;
657 /* post an indication that all send flush errors were consumed */
658 err = ib_post_send(ib_conn->qp, &ib_conn->beacon.send, &bad_send_wr);
665 ISER_DBG("before send cv_wait: %p", iser_conn);
667 ISER_DBG("after send cv_wait: %p", iser_conn);
H A Dicl_iser.h116 /* the max TX (send) WR supported by the iSER QP is defined by *
120 * send WR. D=8 comes from 64K/8K */
260 * struct iser_tx_desc - iSER TX descriptor (for send wr_id)
387 * @send: send wr
394 struct ib_send_wr send; member in union:iser_beacon::__anon407
/freebsd-current/sys/dev/firewire/
H A Dfirewirereg.h245 } send, recv; member in struct:fw_xfer
H A Dsbp.c925 fp = &xfer->send.hdr;
1127 fp = &xfer->send.hdr;
1161 fp = &xfer->send.hdr;
1227 fp = &xfer->send.hdr;
1230 xfer->send.payload[0] =
1232 xfer->send.payload[1] = htonl((uint32_t)ocb->bus_addr);
1285 fp = &xfer->send.hdr;
1322 xfer->send.spd = min(sdev->target->fwdev->speed, max_speed);
1327 xfer->send.pay_len = 8;
1329 xfer->send
[all...]
/freebsd-current/usr.sbin/bluetooth/btpand/
H A Dchannel.c183 if (chan->send(chan, ph->data) == false) {
242 * to send unicast packets to connected destinations where
H A Dserver.c211 log_err("Could not get socket send buffer size: %m");
219 log_err("Could not set socket send buffer size (%d): %m", n);
247 chan->send = bnep_send;
H A Dclient.c128 log_err("Could not get socket send buffer size: %m");
135 log_err("Could not set socket send buffer size (%d): %m", n);
151 chan->send = bnep_send;
/freebsd-current/tools/tools/netrate/http/
H A Dhttp.c118 len = send(sock, buffer, strlen(buffer), 0);
121 warn("send");
127 warnx("send: len == 0");
/freebsd-current/sys/netinet6/
H A Dip6_fastfwd.c280 IP_PROBE(send, NULL, NULL, ip6, nh->nh_ifp, NULL, ip6);
/freebsd-current/tools/regression/sockets/sigpipe/
H A Dsigpipe.c44 * SIGPIPE is generated if a write or send is attempted on a socket that has
92 len = send(sock, &ch, sizeof(ch), 0);
96 err(-1, "%s: send", testname);
98 errx(-1, "%s: send: returned %zd", testname, len);
126 errx(-1, "%s: send: didn't receive SIGPIPE", testname);
145 errx(-1, "%s: send: got SIGPIPE", testname);
/freebsd-current/tests/sys/netinet6/frag6/
H A Dfrag6_05.sh109 <send-packets-fabricated-header>0</send-packets-fabricated-header>
302 <send-packets-fabricated-header>0</send-packets-fabricated-header>
/freebsd-current/tools/regression/sockets/zerosend/
H A Dzerosend.c53 len = send(fd, &ch, 0, 0);
/freebsd-current/sbin/nos-tun/
H A Dnos-tun.c380 /* ... and send to network */
381 if(send(net, buf, len,0) <= 0) {
382 syslog(LOG_ERR,"can't send - %m");
/freebsd-current/usr.bin/chat/
H A Dchat.c22 * Added SAY keyword to send output to stderr.
192 * [...[[expect[-send[-expect...]] send expect[-send[-expect]] ...]]]
391 " [...[[expect[-send[-expect...]] send expect[-send[-expect]] ...]]]\n");
823 * If there is a sub-reply string then send it. Otherwise any condition
1097 chat_logf("send (%v)", quiet ? "??????" : s);
/freebsd-current/sbin/hastd/
H A Dsecondary.c316 "Unable to send response to %s",
335 * send out local bitmap to the remote node.
363 "Unable to send response to %s",
397 pjdlog_exit(EX_TEMPFAIL, "Unable to send activemap to %s",
669 "recv: (%p) Moving request to the send queue.",
671 QUEUE_INSERT(send, hio);
722 * request going onto send queue (mshio).
726 "recv: (%p) Moving memsync request to the send queue.",
728 QUEUE_INSERT(send, mshio);
847 pjdlog_debug(2, "disk: (%p) Moving request to the send queu
[all...]
/freebsd-current/tests/sys/kern/
H A Dsocket_msg_trunc.c176 nbytes = send(sd[0], buf, sizeof(buf), 0);
177 ATF_REQUIRE_MSG(nbytes >= 0, "send failed: %s", strerror(errno));
H A Dsocket_accf.c84 * XXX: return from send(2) on a localhost connection doesn't guarantee that
93 rv = send(s, msg, len, 0);
/freebsd-current/lib/libnvmf/
H A Dlibnvmf.h104 void *buf, size_t len, bool send);
143 * A controller calls this function to send data in response to a
161 * Construct and send a response capsule to a command capsule with
176 /* Construct and send an error response capsule. */
181 * Construct and send an error response capsule using a generic status
187 /* Construct and send a simple success response capsule. */
195 * must send an explicit response and free the the command capsule.
202 * Construct and send a response capsule with the Fabrics CONNECT
210 /* Construct and send a response capsule for a successful CONNECT. */
/freebsd-current/sys/netinet/
H A Din_kdtrace.h336 SDT_PROBE_DECLARE(ip, , , send);
344 SDT_PROBE_DECLARE(tcp, , , send);
354 SDT_PROBE_DECLARE(udp, , , send);
357 SDT_PROBE_DECLARE(udplite, , , send);
375 #define PRU_SHUTDOWN 7 /* won't send any more data */
377 #define PRU_SEND 9 /* send this data */
382 #define PRU_SENDOOB 14 /* send out of band data */
390 #define PRU_PROTOSEND 21 /* send to below */
392 #define PRU_SEND_EOF 22 /* send and close */
/freebsd-current/contrib/ofed/librdmacm/
H A Dpreload.c72 ssize_t (*send)(int socket, const void *buf, size_t len, int flags); member in struct:socket_calls
396 real.send = dlsym(RTLD_NEXT, "send");
423 rs.send = dlsym(RTLD_DEFAULT, "rsend");
625 * to send/receive on the server side.
671 * The server will start listening for the new connection, then send a
826 ssize_t send(int socket, const void *buf, size_t len, int flags) function
830 rsend(fd, buf, len, flags) : real.send(fd, buf, len, flags);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/
H A DMakefile.am1894 functional/rsend/send-c_embedded_blocks.ksh \
1895 functional/rsend/send-c_incremental.ksh \
1896 functional/rsend/send-c_lz4_disabled.ksh \
1897 functional/rsend/send-c_mixed_compression.ksh \
1898 functional/rsend/send-c_props.ksh \
1899 functional/rsend/send-c_recv_dedup.ksh \
1900 functional/rsend/send-c_recv_lz4_disabled.ksh \
1901 functional/rsend/send-c_resume.ksh \
1902 functional/rsend/send-c_stream_size_estimate.ksh \
1903 functional/rsend/send
[all...]

Completed in 240 milliseconds

<<1112131415161718