Searched refs:send (Results 26 - 50 of 449) sorted by relevance

1234567891011>>

/freebsd-current/tests/sys/kern/
H A Dunix_dgram.c67 * Fill socket to a state when next send(len) would fail.
84 ATF_REQUIRE(send(fd, buf, len, 0) == len);
98 * - fd[0] to send, fd[1] to receive
114 /* Fail to send > maxdgram. */
115 ATF_REQUIRE(send(fd[0], buf, maxdgram + 1, 0) == -1);
119 ATF_REQUIRE(send(fd[0], buf, maxdgram, 0) == (ssize_t)maxdgram);
133 ATF_REQUIRE(send(fd[0], buf, maxdgram, 0) == (ssize_t)maxdgram);
157 ATF_REQUIRE(send(fd[0], buf, maxdgram, 0) == -1);
165 ATF_REQUIRE(send(fd[0], buf, maxdgram, 0) == -1);
170 ATF_REQUIRE(send(f
[all...]
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dnetwork.c133 n = send(net, (char *)netoring.consume, n, 0); /* normal write */
138 * To make ourselves compatible, we only send ONE byte
143 n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */
163 * If we sent all, and more to send, then recurse to pick
/freebsd-current/crypto/heimdal/lib/roken/
H A Dnet_write.c82 count = send (sock, cbuf, rem, 0);
93 count = send (sock, cbuf, rem, 0);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_volume.ksh22 # Verify that redacted send works on volumes.
63 log_must eval "zfs send --redact book1 $sendvol@snap >$stream"
78 log_must dd if=$send_file of=$tmpdir/send.dd bs=8k count=64
80 log_must diff $tmpdir/send.dd $tmpdir/recv.dd
86 log_must eval "zfs send --redact book2 $sendvol@snap >$stream"
101 log_must dd if=$send_file of=$tmpdir/send.dd bs=8k count=32 skip=32
103 log_must diff $tmpdir/send.dd $tmpdir/recv.dd
105 log_pass "Redacted send works correctly with volumes."
/freebsd-current/tests/sys/cddl/zfs/tests/delegate/
H A Dzfs_allow_012_neg.ksh57 set -A perms create snapshot mount send allow quota reservation \
H A Dzfs_allow_010_pos.ksh66 send true true \
/freebsd-current/contrib/telnet/telnet/
H A Dnetwork.c136 n = send(net, (char *)netoring.consume, n, 0); /* normal write */
141 * To make ourselves compatible, we only send ONE byte
146 n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */
166 * If we sent all, and more to send, then recurse to pick
/freebsd-current/usr.bin/posixmqcontrol/
H A Dposixmqcontroltest8qs.sh2 # testing create, info, and send operations applied to multiple queue names at once.
29 ${subject} send -c 'this message sent to all listed queues.' ${list}
/freebsd-current/lib/libc/sys/
H A DMakefile.inc30 send.c \
/freebsd-current/sys/dev/firewire/
H A Dfwmem.c105 xfer->send.hdr.mode.hdr.dst = FWLOCALBUS | fwdev->dst;
107 xfer->send.spd = fwdev->speed;
109 xfer->send.spd = min(spd, fwdev->speed);
112 xfer->send.pay_len = slen;
136 fp = &xfer->send.hdr;
141 xfer->send.payload = NULL;
172 fp = &xfer->send.hdr;
178 xfer->send.payload = xfer->recv.payload = NULL;
209 fp = &xfer->send.hdr;
216 xfer->send
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.signal.ksh29 # This script tests that the proc:::signal-send and proc:::signal-handle
38 proc:::signal-send
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4remotesctp.ksh28 # Test {sctp,ip}:::{send,receive} of IPv4 SCTP to a remote host.
36 # 4. An unlikely race causes the unlocked global send/receive
42 # 4 x ip:::send (2 during setup, 2 during teardown)
43 # 4 x sctp:::send (2 during connection setup, 2 during connection teardown)
89 ip:::send
96 sctp:::send
118 printf("ip:::send - %s\n", ipsend >= 4 ? "yes" : "no");
120 printf("sctp:::send - %s\n", sctpsend >= 4 ? "yes" : "no");
H A Dtst.ipv4remotetcp.ksh28 # Test {tcp,ip}:::{send,receive} of IPv4 TCP to a remote host.
36 # 4. An unlikely race causes the unlocked global send/receive
42 # 4 x ip:::send (2 during connection setup, 2 during connection teardown)
43 # 4 x tcp:::send (2 during connection setup, 2 during connection teardown)
90 ip:::send
97 tcp:::send
119 printf("ip:::send - %s\n", ipsend >= 4 ? "yes" : "no");
121 printf("tcp:::send - %s\n", tcpsend >= 4 ? "yes" : "no");
H A Dtst.ipv4localsctp.ksh28 # Test {ip,sctp}:::{send,receive} of IPv4 SCTP to local host.
35 # 3. An unlikely race causes the unlocked global send/receive
41 # 7 x ip:::send (4 during the setup, 3 during the teardown)
42 # 7 x sctp:::send (4 during the setup, 3 during the teardown)
112 ip:::send
119 sctp:::send
141 printf("ip:::send - %s\n", ipsend >= 7 ? "yes" : "no");
143 printf("sctp:::send - %s\n", sctpsend >= 7 ? "yes" : "no");
H A Dtst.ipv4localtcp.ksh28 # Test {ip,tcp}:::{send,receive} of IPv4 TCP to local host.
35 # 3. An unlikely race causes the unlocked global send/receive
41 # 7 x ip:::send (3 during the setup, 4 during the teardown)
42 # 7 x tcp:::send (3 during the setup, 4 during the teardown)
94 ip:::send
101 tcp:::send
123 printf("ip:::send - %s\n", ipsend >= 7 ? "yes" : "no");
125 printf("tcp:::send - %s\n", tcpsend >= 7 ? "yes" : "no");
H A Dtst.remotesctpstate.ksh28 # Test sctp:::state-change and sctp:::{send,receive} by connecting to
30 # A number of state transition events along with sctp send and receive
39 # 4. An unlikely race causes the unlocked global send/receive
45 # 4 x ip:::send (2 during setup, 2 during teardown)
46 # 4 x sctp:::send (2 during setup, 2 during teardown)
93 ip:::send
100 sctp:::send
129 printf("ip:::send - %s\n", ipsend >= 4 ? "yes" : "no");
131 printf("sctp:::send - %s\n", sctpsend >= 4 ? "yes" : "no");
H A Dtst.ipv4remoteicmp.ksh30 # Test ip:::{send,receive} of IPv4 ICMP to a remote host.
60 ip:::send
64 printf("1 ip:::send (");
H A Dtst.ipv6remoteicmp.ksh30 # Test ip:::{send,receive} of IPv6 ICMP to a remote host. This test is
69 ip:::send
73 printf("1 ip:::send (");
H A Dtst.ipv6localicmp.ksh30 # Test ip:::{send,receive} of IPv6 ICMP to a local address. This creates a
60 ip:::send
64 printf("2 ip:::send (");
H A Dtst.ipv4localicmp.ksh30 # Test ip:::{send,receive} of IPv4 ICMP to a local address.
50 ip:::send
54 printf("2 ip:::send (");
/freebsd-current/contrib/ofed/libcxgb4/
H A Dqp.c168 wqe->send.sendop_pkd = htobe32(
171 wqe->send.sendop_pkd = htobe32(
173 wqe->send.stag_inv = 0;
174 wqe->send.r3 = 0;
175 wqe->send.r4 = 0;
180 ret = build_immd(sq, wqe->send.u.immd_src, wr,
184 size = sizeof wqe->send + sizeof(struct fw_ri_immd) +
187 ret = build_isgl(wqe->send.u.isgl_src,
191 size = sizeof wqe->send + sizeof(struct fw_ri_isgl) +
195 wqe->send
[all...]
/freebsd-current/sbin/ipf/iplang/
H A Diplang.h17 typedef struct send { struct
/freebsd-current/tests/sys/netpfil/pf/
H A Dsctp.py145 vnet.pipe.send(rcvd)
230 def send(self, buf, ppid, ordered=False): member in class:SCTPClient
240 raise Exception("Failed to send message")
275 client.send(b"hello", 0)
283 client.send(b"world", 0)
312 client.send(b"hello", 0)
322 client.send(b"world", 0)
331 client.send(b"!", 0)
350 client.send(b"More data", 0)
381 client.send(
[all...]
/freebsd-current/sys/netinet/
H A Dsctp_kdtrace.c183 SDT_PROBE_DEFINE5_XLATE(sctp,,, send,
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_006_pos.ksh24 # Verify 'zfs send' can generate valid streams with different options
29 # 3. Create a full send streams
30 # 4. Receive the send stream
59 typeset total_size=$(zfs send $option $snapshot 2>&1 | tail -1)
61 typeset total_size=$(zfs send $option $base_snapshot $snapshot \
86 log_fail "zfs send $options failed"
89 log_fail "zfs send $options gives wrong size estimates"
92 log_assert "Verify 'zfs send -nvP' generates valid stream estimates"
118 full_size=$(zfs send $full_snapshot 2>&1 | wc -c)
119 incremental_size=$(zfs send
[all...]

Completed in 241 milliseconds

1234567891011>>