| /freebsd-13-stable/contrib/bc/tests/ |
| HD | history.py | 90 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/ |
| HD | Makefile.am | 32 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 …]
|
| HD | send-L_toggle.ksh | 49 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
|
| HD | send_partial_dataset.ksh | 62 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/ |
| HD | if_sume.c | 326 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/ |
| HD | net.h.in | 29 * 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/ |
| HD | sctp.py | 145 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/ |
| HD | in_kdtrace.c | 47 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,
|
| HD | in_kdtrace.h | 56 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/ |
| HD | fwmem.c | 105 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 …]
|
| HD | firewire.c | 199 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/ |
| HD | qp.c | 168 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/ |
| HD | README.md | 3 **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/ |
| HD | zfs_send_006_pos.ksh | 59 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/ |
| HD | proc | 24 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/ |
| HD | SSL_shutdown.pod | 20 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/ |
| HD | tst.ipv4remoteudp.ksh | 75 send \$s, "Hello", 0; 86 ip:::send 93 udp:::send
|
| HD | tst.ipv4remoteudplite.ksh | 76 send \$s, "Hello", 0; 87 ip:::send 94 udplite:::send
|
| HD | tst.ipv4localudp.ksh | 72 send \$s, "Hello", 0; 83 ip:::send 90 udp:::send
|
| HD | tst.ipv4localudplite.ksh | 73 send \$s, "Hello", 0; 84 ip:::send 91 udplite:::send
|
| /freebsd-13-stable/contrib/dialog/samples/copifuncs/ |
| HD | copi.ifmcfg2 | 49 # 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/ |
| HD | gaithrstress.c | 189 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/ |
| HD | record.h | 216 __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/ |
| HD | redacted_volume.ksh | 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 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/ |
| HD | tos.sh | 84 --send-tc 3 \ 99 --send-tc 36 105 --send-tc 32
|