Home
last modified time | relevance | path

Searched refs:recv (Results 1 – 25 of 70) sorted by relevance

123

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-L_toggle.ksh29 log_must_busy zfs destroy -r $TESTPOOL/recv
47 log_must zfs create $TESTPOOL/recv
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
55 log_must diff /$TESTPOOL/fs/file /$TESTPOOL/recv/L-L/file
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
[all …]
H A Dsend_encrypted_props.ksh49 destroy_dataset $TESTPOOL/recv "-r"
119 log_must zfs destroy -r $TESTPOOL/recv
123 ds=$TESTPOOL/recv
139 ds=$TESTPOOL/recv
157 ds=$TESTPOOL/recv
173 ds=$TESTPOOL/crypt/recv
187 ds=$TESTPOOL/crypt/recv
201 ds=$TESTPOOL/crypt/recv
H A Dsend_encrypted_files.ksh50 datasetexists $TESTPOOL/recv && \
51 log_must zfs destroy -r $TESTPOOL/recv
110 log_must zfs load-key $TESTPOOL/recv
113 actual_cksum=$(recursive_cksum /$TESTPOOL/recv)
117 log_must xattrtest -f 10 -o3 -y -p /$TESTPOOL/recv/xattrondir
118 log_must xattrtest -f 10 -o3 -y -p /$TESTPOOL/recv/xattrsadir
H A Drecv_dedup.ksh33 destroy_dataset $TESTPOOL/recv "-r"
46 log_must zfs create $TESTPOOL/recv
51 log_must diff -r /$TESTPOOL/tar /$TESTPOOL/recv
H A Drecv_dedup_encrypted_zvol.ksh33 destroy_dataset $TESTPOOL/recv "-r"
43 typeset recvdev=$ZVOL_DEVDIR/$TESTPOOL/recv
54 log_must zfs load-key $TESTPOOL/recv
H A Dsend_encrypted_truncated_files.ksh46 datasetexists $TESTPOOL/recv && \
47 log_must zfs destroy -r $TESTPOOL/recv
119 log_must zfs load-key $TESTPOOL/recv
122 actual_cksum=$(recursive_cksum /$TESTPOOL/recv)
H A Dsend_holds.ksh131 log_must zfs recv -F $recv_snap <$full_bkup
150 log_must zfs recv -F $recv_inc_snap <$inc_bkup
162 log_must zfs recv -F $recv_inc_snap2 <$inc_bkup
167 log_must zfs recv -F $recv_inc_snap2 <$inc_bkup
173 log_must zfs recv -F -h $recv_inc_snap3 <$inc_bkup
H A Dsend-wR_encrypted_zvol.ksh45 destroy_dataset $TESTPOOL/recv "-r"
58 typeset recvdev=$ZVOL_DEVDIR/$TESTPOOL/recv
99 log_must zfs load-key $TESTPOOL/recv
H A Dsend_partial_dataset.ksh64 log_mustnot zfs recv -s $POOL/recvfullfs < /$POOL/stream/full.send
65 log_mustnot zfs recv -s $POOL/recvfs < /$POOL/stream/inc.send
89 log_mustnot zfs recv -s $POOL/partialfs < /$POOL/stream/partial.send
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_volume.ksh79 log_must dd if=$recv_file of=$tmpdir/recv.dd bs=8k count=64
80 log_must diff $tmpdir/send.dd $tmpdir/recv.dd
102 log_must dd if=$recv_file of=$tmpdir/recv.dd bs=8k count=32 skip=32
103 log_must diff $tmpdir/send.dd $tmpdir/recv.dd
H A Dredacted_resume.ksh77 log_mustnot zfs recv -A $recvfs
79 log_mustnot zfs recv -A $recvfs
85 log_must zfs recv -A $recvfs
H A Dredacted_embedded.ksh65 grep -q "EMBEDDED" $tmpdir/recv.zdb || \
96 grep -q "EMBEDDED" $tmpdir/recv.zdb || \
/f-stack/freebsd/netgraph/
H A Dng_mppc.c243 hookPtr = &priv->recv.hook; in ng_mppc_newhook()
279 &priv->xmit : &priv->recv; in ng_mppc_rcvmsg()
395 if (hook == priv->recv.hook) { in ng_mppc_rcvdata()
396 if (!priv->recv.cfg.enable) { in ng_mppc_rcvdata()
416 NG_FWD_NEW_DATA(error, item, priv->recv.hook, m); in ng_mppc_rcvdata()
436 if (priv->recv.history != NULL) in ng_mppc_shutdown()
437 free(priv->recv.history, M_NETGRAPH_MPPC); in ng_mppc_shutdown()
458 if (hook == priv->recv.hook) in ng_mppc_disconnect()
459 priv->recv.hook = NULL; in ng_mppc_disconnect()
629 struct ng_mppc_dir *const d = &priv->recv; in ng_mppc_decompress()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dhisilicon-hip04-net.txt12 channel, recv channel start from channel * number (RX_DESC_NUM)
24 Have 2048 recv channels shared by all ethernet controllers, only if no overlap.
25 Each controller's recv channel start from channel * number (RX_DESC_NUM).
/f-stack/doc/
H A DF-Stack_API_Reference.md136 more info see man recv.
182 #### UDP send/recv interface
186 Use Random socket port to send and recv udp packet.
189 #### tcp send/recv interface
193 …Use connection pool to send and recv tcp packet, keep-alive default are 10 mintues. The parameter …
207 …TCP send and recv interface, you can choose if the connection is keep-alive or close.The parameter…
212 …Tcp send and recv interface, you can choose if the connection is keep-alive or close.The parameter…
218 …Use connection pool to send and recv tcp packet, keep-alive default are 10 mintues. The parameter …
/f-stack/app/micro_thread/
H A Dmt_sys_hook.cpp248 ssize_t recv(int fd, void *buffer, size_t length, int flags) in recv() function
250 mt_hook_syscall(recv); in recv()
254 return mt_real_func(recv)(fd, buffer, length, flags); in recv()
262 return MtFrame::recv(fd, buffer, length, flags, hook_fd->read_timeout); in recv()
/f-stack/dpdk/usertools/
H A Ddpdk-telemetry-client.py72 data = self.socket.client_fd.recv(BUFFER_SIZE).decode()
86 data = self.socket.client_fd.recv(BUFFER_SIZE).decode()
H A Ddpdk-telemetry.py23 reply = sock.recv(buf_len).decode()
/f-stack/app/redis-5.0.5/src/
H A Danet_ff.c139 INIT_FUNCTION(recv); in ff_mod_init()
219 recv(int sockfd, void *buf, size_t len, int flags) in recv() function
222 INIT_FUNCTION(recv); in recv()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_udp_recv.c23 n = recv(c->fd, buf, size, 0); in ngx_udp_unix_recv()
H A Dngx_recv.c69 n = recv(c->fd, buf, size, 0); in ngx_unix_recv()
H A Dngx_os.h27 ngx_recv_pt recv; member
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_ff_module.c349 recv(int sockfd, void *buf, size_t len, int flags) in recv() function
356 return SYSCALL(recv)(sockfd, buf, len, flags); in recv()
366 return recv (fd, buf, n, flags); in __recv_chk()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_connect.c173 c->recv = ngx_recv;
191 c->recv = ngx_udp_recv;
/f-stack/freebsd/contrib/openzfs/man/man8/
H A DMakefile.am31 zfs-recv.8 \

123