Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 737) sorted by relevance

12345678910>>...30

/freebsd-13-stable/contrib/bc/tests/
HDhistory.py90 def send(child, data): function
92 child.send(data)
110 send(child, "\n")
119 send(child, c)
156 send(child, utf8_stress_strs[idx])
157 send(child, "\n")
160 send(child, "quit")
162 send(child, "q")
164 send(child, "\n")
197 send(child, "\x1b[D\x1b[D\x1b[D\x1b\x1b[Aℐ")
[all …]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
HDMakefile.am32 send-c_embedded_blocks.ksh \
33 send-c_incremental.ksh \
34 send-c_lz4_disabled.ksh \
35 send-c_mixed_compression.ksh \
36 send-c_props.ksh \
37 send-c_recv_dedup.ksh \
38 send-c_recv_lz4_disabled.ksh \
39 send-c_resume.ksh \
40 send-c_stream_size_estimate.ksh \
41 send-c_verify_contents.ksh \
[all …]
HDsend-L_toggle.ksh49 log_must zfs send -c $TESTPOOL/fs@snap | zfs recv $TESTPOOL/recv/noL-noL
50 log_must zfs send -c -i @snap $TESTPOOL/fs@snap2| zfs recv $TESTPOOL/recv/noL-noL
53 log_must zfs send -c -L $TESTPOOL/fs@snap | zfs recv $TESTPOOL/recv/L-L
54 log_must zfs send -c -L -i @snap $TESTPOOL/fs@snap2 | zfs recv $TESTPOOL/recv/L-L
57 log_must zfs send -c $TESTPOOL/fs@snap | zfs recv $TESTPOOL/recv/noL-L
58 log_must zfs send -c -L -i @snap $TESTPOOL/fs@snap2 | zfs recv $TESTPOOL/recv/noL-L
61 log_must zfs send -c -L $TESTPOOL/fs@snap | zfs recv $TESTPOOL/recv/L-noL
62 log_mustnot zfs send -c -i @snap $TESTPOOL/fs@snap2 | zfs recv $TESTPOOL/recv/L-noL
HDsend_partial_dataset.ksh62 mess_send_file /$POOL/stream/full.send
63 mess_send_file /$POOL/stream/inc.send
64 log_mustnot zfs recv -s $POOL/recvfullfs < /$POOL/stream/full.send
65 log_mustnot zfs recv -s $POOL/recvfs < /$POOL/stream/inc.send
88 mess_send_file /$POOL/stream/partial.send
89 log_mustnot zfs recv -s $POOL/partialfs < /$POOL/stream/partial.send
/freebsd-13-stable/sys/dev/sume/
HDif_sume.c326 struct riffa_chnl_dir *send, *recv; in sume_intr_handler() local
342 send = adapter->send[ch]; in sume_intr_handler()
350 "0x%08x\n", ch, send->state, vect); in sume_intr_handler()
351 switch (send->state) { in sume_intr_handler()
358 "vect = 0x%08x\n", ch, send->state, in sume_intr_handler()
360 send->recovery = 1; in sume_intr_handler()
363 send->state = SUME_RIFFA_CHAN_STATE_READ; in sume_intr_handler()
370 "vect = 0x%08x\n", ch, send->state, in sume_intr_handler()
372 send->recovery = 1; in sume_intr_handler()
375 send->state = SUME_RIFFA_CHAN_STATE_LEN; in sume_intr_handler()
[all …]
/freebsd-13-stable/contrib/ldns/ldns/
HDnet.h.in29 * Contains functions to send and receive packets over a network.
34 * \param[in] qbin the ldns_buffer to be send
35 * \param[in] to the ip addr to send to
47 * \param[in] qbin the ldns_buffer to be send
48 * \param[in] to the ip addr to send to
60 * \param[in] qbin the ldns_buffer to be send
61 * \param[in] to the ip addr to send to
71 * \param[in] qbin the ldns_buffer to be send
72 * \param[in] to the ip addr to send to
84 * \param[in] qbin the ldns_buffer to be send
[all …]
/freebsd-13-stable/tests/sys/netpfil/pf/
HDsctp.py145 vnet.pipe.send(rcvd)
230 def send(self, buf, ppid, ordered=False): member in SCTPClient
276 client.send(b"hello", 0)
284 client.send(b"world", 0)
314 client.send(b"hello", 0)
324 client.send(b"world", 0)
333 client.send(b"!", 0)
352 client.send(b"More data", 0)
384 client.send(b"hello", 0)
415 client.send(b"hello", 0)
[all …]
/freebsd-13-stable/sys/netinet/
HDin_kdtrace.c47 SDT_PROBE_DEFINE6_XLATE(ip, , , send,
97 SDT_PROBE_DEFINE5_XLATE(tcp, , , send,
149 SDT_PROBE_DEFINE5_XLATE(udp, , , send,
163 SDT_PROBE_DEFINE5_XLATE(udplite, , , send,
HDin_kdtrace.h56 SDT_PROBE_DECLARE(ip, , , send);
64 SDT_PROBE_DECLARE(tcp, , , send);
74 SDT_PROBE_DECLARE(udp, , , send);
77 SDT_PROBE_DECLARE(udplite, , , send);
/freebsd-13-stable/sys/dev/firewire/
HDfwmem.c105 xfer->send.hdr.mode.hdr.dst = FWLOCALBUS | fwdev->dst; in fwmem_xfer_req()
107 xfer->send.spd = fwdev->speed; in fwmem_xfer_req()
109 xfer->send.spd = min(spd, fwdev->speed); in fwmem_xfer_req()
112 xfer->send.pay_len = slen; in fwmem_xfer_req()
136 fp = &xfer->send.hdr; in fwmem_read_quad()
141 xfer->send.payload = NULL; in fwmem_read_quad()
172 fp = &xfer->send.hdr; in fwmem_write_quad()
178 xfer->send.payload = xfer->recv.payload = NULL; in fwmem_write_quad()
209 fp = &xfer->send.hdr; in fwmem_read_block()
216 xfer->send.payload = NULL; in fwmem_read_block()
[all …]
HDfirewire.c199 fp = &xfer->send.hdr; in fw_asyreq()
223 if (xfer->send.pay_len > MAXREC(fc->maxrec)) { in fw_asyreq()
233 if (len != xfer->send.pay_len) { in fw_asyreq()
235 len, xfer->send.pay_len, tcode_str[tcode], tcode); in fw_asyreq()
358 fw_dump_hdr(&xfer->send.hdr, "send"); in firewire_xfer_timeout()
1038 fw_dump_hdr(&xfer->send.hdr, "send"); in fw_tl_free()
1063 if (xfer->send.hdr.mode.hdr.dst == node) { in fw_tl2xfer()
1069 req = xfer->send.hdr.mode.hdr.tcode; in fw_tl2xfer()
1114 xfer->send.pay_len = send_len; in fw_xfer_alloc_buf()
1117 xfer->send.payload = malloc(send_len, type, M_NOWAIT | M_ZERO); in fw_xfer_alloc_buf()
[all …]
/freebsd-13-stable/contrib/ofed/libcxgb4/
HDqp.c168 wqe->send.sendop_pkd = htobe32( in build_rdma_send()
171 wqe->send.sendop_pkd = htobe32( in build_rdma_send()
173 wqe->send.stag_inv = 0; in build_rdma_send()
174 wqe->send.r3 = 0; in build_rdma_send()
175 wqe->send.r4 = 0; in build_rdma_send()
180 ret = build_immd(sq, wqe->send.u.immd_src, wr, in build_rdma_send()
184 size = sizeof wqe->send + sizeof(struct fw_ri_immd) + in build_rdma_send()
187 ret = build_isgl(wqe->send.u.isgl_src, in build_rdma_send()
191 size = sizeof wqe->send + sizeof(struct fw_ri_isgl) + in build_rdma_send()
195 wqe->send.u.immd_src[0].op = FW_RI_DATA_IMMD; in build_rdma_send()
[all …]
/freebsd-13-stable/contrib/tcpdump/
HDREADME.md3 **To report a security issue please send an e-mail to security@tcpdump.org.**
82 send-ack.awk
86 we just note if the packet is a "send" or an "ack".
101 the delta-time from the first send of the packet to the
102 ack. A number in parens following a send is the
103 delta-time from the first send of the packet to the
104 current send (on duplicate packets only). Duplicate
109 3.00 0.20 send . 512
111 3.20 0.00 send P 1024
113 3.80 0.40 * send . 0 (3.80) [2]
[all …]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_send/
HDzfs_send_006_pos.ksh59 typeset total_size=$(zfs send $option $snapshot 2>&1 | tail -1)
61 typeset total_size=$(zfs send $option $base_snapshot $snapshot \
118 full_size=$(zfs send $full_snapshot 2>&1 | wc -c)
119 incremental_size=$(zfs send $incremental_snapshot 2>&1 | wc -c)
120 incremental_send=$(zfs send -i $full_snapshot $incremental_snapshot 2>&1 | wc -c)
188 recursive_size=$(zfs send -R $full_snapshot 2>&1 | wc -c)
/freebsd-13-stable/cddl/usr.sbin/dwatch/libexec/
HDproc24 proc:::signal-send )}
30 proc:::signal-send )}
60 name == "signal-send" ? "SEND" :
117 proc:::signal-discard, proc:::signal-send /* probe ID $(( $ID + 7 )) */
126 proc:::signal-send /* probe ID $(( $ID + 8 )) */
136 proc:::signal-send, proc:::signal-discard /* probe ID $(( $ID + 9 )) */
/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_shutdown.pod20 SSL_shutdown() tries to send the close_notify shutdown alert to the peer.
33 It is acceptable for an application to only send its shutdown alert and
37 This should only be done when it is known that the other side will not send more
57 When the application is the first party to send the close_notify
58 alert, SSL_shutdown() will only send the alert and then set the
67 to send back a close_notify alert.
71 The peer is still allowed to send data after receiving the close_notify
73 When it is done sending data, it will send the close_notify alert.
85 SSL_shutdown() will send the close_notify alert, set the SSL_SENT_SHUTDOWN
115 state but not actually send the close_notify alert messages,
[all …]
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
HDtst.ipv4remoteudp.ksh75 send \$s, "Hello", 0;
86 ip:::send
93 udp:::send
HDtst.ipv4remoteudplite.ksh76 send \$s, "Hello", 0;
87 ip:::send
94 udplite:::send
HDtst.ipv4localudp.ksh72 send \$s, "Hello", 0;
83 ip:::send
90 udp:::send
HDtst.ipv4localudplite.ksh73 send \$s, "Hello", 0;
84 ip:::send
91 udplite:::send
/freebsd-13-stable/contrib/dialog/samples/copifuncs/
HDcopi.ifmcfg249 # In send and expect strings, following substitutions are made:
57 # \d 1 second delay (send strings only)
58 # \p 1/4 second pause (send strings only)
59 # \T translated telephone no. (send strings only)
60 # \D untranslated telephone no. (send strings only)
/freebsd-13-stable/tools/regression/gaithrstress/
HDgaithrstress.c189 char waiting[3], *send, *wordfile = "/usr/share/dict/words"; in main() local
203 max_random_sleep = strtod(optarg, &send); in main()
204 if (*send != '\0') in main()
208 nworkers = strtoul(optarg, &send, 0); in main()
209 if (*send != '\0') in main()
/freebsd-13-stable/crypto/openssl/ssl/record/
HDrecord.h216 __owur int ssl3_enc(SSL *s, SSL3_RECORD *inrecs, size_t n_recs, int send);
217 __owur int n_ssl3_mac(SSL *ssl, SSL3_RECORD *rec, unsigned char *md, int send);
220 __owur int tls1_enc(SSL *s, SSL3_RECORD *recs, size_t n_recs, int send);
221 __owur int tls1_mac(SSL *ssl, SSL3_RECORD *rec, unsigned char *md, int send);
222 __owur int tls13_enc(SSL *s, SSL3_RECORD *recs, size_t n_recs, int send);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
HDredacted_volume.ksh78 log_must dd if=$send_file of=$tmpdir/send.dd bs=8k count=64
80 log_must diff $tmpdir/send.dd $tmpdir/recv.dd
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
/freebsd-13-stable/tests/sys/netpfil/common/
HDtos.sh84 --send-tc 3 \
99 --send-tc 36
105 --send-tc 32

12345678910>>...30