Searched refs:receive (Results 1 - 25 of 88) sorted by relevance

1234

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend_022_pos.ksh23 # Verify resumability of an incremental ZFS send/receive with ZFS bookmarks in
29 # 3. Destroy the filesystem for the receive
30 # 4. Verify receive of the full send stream
34 # 7. Try ZFS receive, which should fail with a checksum mismatch error
36 # 9. ZFS receive and verify the receive completes successfully
41 log_assert "Verify resumability of an incremental ZFS send/receive with ZFS " \
53 log_must zfs receive -v $recvfs </$POOL/initial.zsend
56 log_must zfs receive -v $sendfs </$POOL/initial.zsend
57 log_must zfs receive
[all...]
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dsend_to_kdc.c111 * Send kerberos requests and receive a reply on a udp or any other kind
260 krb5_data *receive)
313 prefix, send_data, receive);
316 if(ret == 0 && receive->length != 0)
326 krb5_data *receive)
345 timeout, send_data, receive);
363 * in `receive'.
370 krb5_data *receive)
376 krb5_data_zero(receive);
392 context->kdc_timeout, send_data, receive);
257 send_via_proxy(krb5_context context, const krb5_krbhst_info *hi, const krb5_data *send_data, krb5_data *receive) argument
322 send_via_plugin(krb5_context context, krb5_krbhst_info *hi, time_t timeout, const krb5_data *send_data, krb5_data *receive) argument
367 krb5_sendto(krb5_context context, const krb5_data *send_data, krb5_krbhst_handle handle, krb5_data *receive) argument
457 krb5_sendto_kdc(krb5_context context, const krb5_data *send_data, const krb5_realm *realm, krb5_data *receive) argument
466 krb5_sendto_kdc_flags(krb5_context context, const krb5_data *send_data, const krb5_realm *realm, krb5_data *receive, int flags) argument
577 krb5_sendto_context(krb5_context context, krb5_sendto_ctx ctx, const krb5_data *send_data, const krb5_realm realm, krb5_data *receive) argument
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_010_pos.ksh89 receive true false
128 receive true false \
162 receive true false \
H A Dzfs_allow_012_neg.ksh63 zoned xattr receive destroy
69 jailed receive destroy
75 zoned xattr receive destroy sharenfs share
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localudplite.ksh28 # Test {ip,udplite}:::{send,receive} of IPv4 UDP-Lite to a local address.
36 # 4. An unlikely race causes the unlocked global send/receive
44 # 1 x ip:::receive (UDP-Lite received)
45 # 1 x udplite:::receive (UDP-Lite received)
47 # A udplite:::receive event is expected even if the received UDP-Lite packet
97 ip:::receive
104 udplite:::receive
114 printf("ip:::receive - %s\n", ipreceive >= 1 ? "yes" : "no");
116 printf("udplite:::receive - %s\n", udplitereceive >= 1 ? "yes" : "no");
H A Dtst.ipv4localudp.ksh28 # Test {ip,udp}:::{send,receive} of IPv4 UDP to a local address.
36 # 4. An unlikely race causes the unlocked global send/receive
44 # 1 x ip:::receive (UDP received)
45 # 1 x udp:::receive (UDP received)
47 # A udp:::receive event is expected even if the received UDP packet
96 ip:::receive
103 udp:::receive
113 printf("ip:::receive - %s\n", ipreceive >= 1 ? "yes" : "no");
115 printf("udp:::receive - %s\n", udpreceive >= 1 ? "yes" : "no");
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
44 # 3 x ip:::receive (2 during setup, 1 during teardown)
45 # 3 x sctp:::receive (2 during setup, 1 during teardown)
102 ip:::receive
109 sctp:::receive
119 printf("ip:::receive - %s\n", ipreceive >= 3 ? "yes" : "no");
121 printf("sctp:::receive - %s\n", sctpreceive >= 3 ? "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
44 # 5 x ip:::receive (1 during connection setup, the response, 1 window update,
46 # 5 x tcp:::receive (1 during connection setup, the response, 1 window update,
103 ip:::receive
110 tcp:::receive
120 printf("ip:::receive - %s\n", ipreceive >= 5 ? "yes" : "no");
122 printf("tcp:::receive - %s\n", tcpreceive >= 5 ? "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
43 # 7 x ip:::receive (4 during the setup, 3 during the teardown)
44 # 7 x sctp:::receive (4 during the setup, 3 during the teardown)
125 ip:::receive
132 sctp:::receive
142 printf("ip:::receive - %s\n", ipreceive >= 7 ? "yes" : "no");
144 printf("sctp:::receive - %s\n", sctpreceive >= 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
43 # 7 x ip:::receive (3 during the setup, 4 during the teardown)
44 # 7 x tcp:::receive (3 during the setup, 4 during the teardown)
107 ip:::receive
114 tcp:::receive
124 printf("ip:::receive - %s\n", ipreceive >= 7 ? "yes" : "no");
126 printf("tcp:::receive - %s\n", tcpreceive >= 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
47 # 3 x ip:::receive (2 during setup, 1 during teardown)
48 # 3 x sctp:::receive (2 during setup, 1 during teardown)
107 ip:::receive
114 sctp:::receive
130 printf("ip:::receive - %s\n", ipreceive >= 3 ? "yes" : "no");
132 printf("sctp:::receive - %s\n", sctpreceive >= 3 ? "yes" : "no");
H A Dtst.ipv4remoteicmp.ksh30 # Test ip:::{send,receive} of IPv4 ICMP to a remote host.
71 ip:::receive
75 printf("2 ip:::receive (");
H A Dtst.ipv6remoteicmp.ksh30 # Test ip:::{send,receive} of IPv6 ICMP to a remote host. This test is
79 ip:::receive
83 printf("2 ip:::receive (");
H A Dtst.ipv6localicmp.ksh30 # Test ip:::{send,receive} of IPv6 ICMP to a local address. This creates a
70 ip:::receive
74 printf("3 ip:::receive (");
H A Dtst.ipv4localicmp.ksh30 # Test ip:::{send,receive} of IPv4 ICMP to a local address.
61 ip:::receive
65 printf("3 ip:::receive (");
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_016_pos.ksh80 log_mustnot zfs receive -MF $rst_snap < $full_bkup
82 log_must zfs receive -MF $rst_snap < $full_bkup
H A Dzfs_receive_raw_-d.ksh25 # zfs receive -d should create the expected encryption hierarchy.
47 log_assert "zfs receive -d should create the expected encryption hierarchy"
59 log_must zfs receive -Fd $TESTPOOL < $sendfile
62 log_pass "zfs receive -d creates the expected encryption hierarchy"
/freebsd-current/tests/sys/cddl/zfs/tests/delegate/
H A Dzfs_allow_012_neg.ksh61 xattr receive destroy
H A Dzfs_allow_010_pos.ksh88 receive true false \
/freebsd-current/sys/netinet/
H A Dsctp_kdtrace.c176 SDT_PROBE_DEFINE5_XLATE(sctp,,, receive,
H A Dtcp_lro_hpts.c285 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp,
291 IP_PROBE(receive, NULL, NULL, le->outer.ip6, lc->ifp,
301 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp,
303 UDP_PROBE(receive, NULL, NULL, le->outer.ip4, NULL,
307 IP_PROBE(receive, NULL, NULL, le->outer.ip6, lc->ifp,
309 UDP_PROBE(receive, NULL, NULL, le->outer.ip6, NULL,
318 IP_PROBE(receive, NULL, NULL, le->inner.ip4, NULL,
324 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp,
326 UDP_PROBE(receive, NULL, NULL, le->outer.ip4, NULL,
330 IP_PROBE(receive, NUL
[all...]
/freebsd-current/tests/sys/netpfil/pf/
H A Dpft_read_ipfix.py62 def receive(recvif, recvport): function
105 receive(args.recvif[0], int(args.port[0]))
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp189 HANDLE *receive() { return &h_; } function in struct:__sanitizer::__anon1186::ScopedHandle
207 if (!::CreatePipe(stdin_read.receive(), stdin_write.receive(), &attrs, 0) ||
208 !::CreatePipe(stdout_read.receive(), stdout_write.receive(), &attrs, 0)) {
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_007_pos.ksh32 # 6. Send both snapshots and receive them locally
77 cat $streamfile | log_must zfs receive $POOL/recvfs
80 cat $streamfile | log_must zfs receive $POOL/recvfs
H A Dzfs_send_001_pos.ksh101 log_note "Verify the send stream is valid to receive."
103 log_must zfs receive $rst_snap <$full_bkup
114 log_note "Verify the incremental send stream is valid to receive."
117 log_must zfs receive $rst_inc_snap <$inc_bkup
121 log_pass "Verifying 'zfs receive' succeed."

Completed in 282 milliseconds

1234