Home
last modified time | relevance | path

Searched refs:receive (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/freebsd-head/crypto/heimdal/lib/krb5/
HDsend_to_kdc.c260 krb5_data *receive) in send_via_proxy() argument
313 prefix, send_data, receive); in send_via_proxy()
316 if(ret == 0 && receive->length != 0) in send_via_proxy()
326 krb5_data *receive) in send_via_plugin() argument
345 timeout, send_data, receive); in send_via_plugin()
370 krb5_data *receive) in krb5_sendto() argument
376 krb5_data_zero(receive); in krb5_sendto()
392 context->kdc_timeout, send_data, receive); in krb5_sendto()
393 if (ret == 0 && receive->length != 0) in krb5_sendto()
399 send_data, receive); in krb5_sendto()
[all …]
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
HDzfs_allow_010_pos.ksh90 receive true false \
91 receive:append true false
130 receive true false \
131 receive:append true false \
165 receive true false \
166 receive:append true false \
HDzfs_allow_012_neg.ksh64 zoned xattr receive destroy
70 jailed receive destroy
76 zoned xattr receive destroy sharenfs share
/freebsd-head/sys/contrib/device-tree/Bindings/powerpc/fsl/
HDmpic-msgr.txt25 - mpic-msgr-receive-mask: Specifies what registers in the containing block
26 are allowed to receive interrupts. The value is a bit mask where a set
27 bit at bit 'n' indicates that message register 'n' can receive interrupts.
50 // Message registers 0 and 2 in this block can receive interrupts on
53 mpic-msgr-receive-mask = <0x5>;
59 // Message registers 0 and 2 in this block can receive interrupts on
62 mpic-msgr-receive-mask = <0x5>;
/freebsd-head/sys/netinet/
HDtcp_lro_hpts.c294 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress()
300 IP_PROBE(receive, NULL, NULL, le->outer.ip6, lc->ifp, in do_bpf_strip_and_compress()
310 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress()
312 UDP_PROBE(receive, NULL, NULL, le->outer.ip4, NULL, in do_bpf_strip_and_compress()
316 IP_PROBE(receive, NULL, NULL, le->outer.ip6, lc->ifp, in do_bpf_strip_and_compress()
318 UDP_PROBE(receive, NULL, NULL, le->outer.ip6, NULL, in do_bpf_strip_and_compress()
327 IP_PROBE(receive, NULL, NULL, le->inner.ip4, NULL, in do_bpf_strip_and_compress()
333 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress()
335 UDP_PROBE(receive, NULL, NULL, le->outer.ip4, NULL, in do_bpf_strip_and_compress()
339 IP_PROBE(receive, NULL, NULL, le->outer.ip6, lc->ifp, in do_bpf_strip_and_compress()
[all …]
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
HDrsend_022_pos.ksh54 log_must zfs receive -v $recvfs </$POOL/initial.zsend
57 log_must zfs receive -v $sendfs </$POOL/initial.zsend
58 log_must zfs receive -v $sendfs </$POOL/incremental.zsend
/freebsd-head/tools/regression/sockets/unix_cmsg/
HDREADME60 data object. Server should receive N messages, each message should
76 messages to Server. Server should receive N messages, the first
84 with SCM_CREDS ancillary data object. Server should receive N messages,
92 data object. Server should receive one message with SCM_TIMESTAMP
98 data object. Server should receive one message with SCM_BINTIME
120 data object. Server should receive N messages, each message should
126 for it. Client sends N messages to Server. Server should receive N
134 to Server. Server should receive N messages, the first message should
142 to Server. Server should receive one message with SCM_TIMESTAMP
148 to Server. Server should receive one message with SCM_BINTIME
/freebsd-head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
HDtst.ipv4localudp.ksh.out4 ip:::receive - yes
6 udp:::receive - yes
HDtst.ipv4localtcp.ksh.out4 ip:::receive - yes
6 tcp:::receive - yes
HDtst.ipv4remotetcp.ksh.out4 ip:::receive - yes
6 tcp:::receive - yes
HDtst.ipv4localsctp.ksh.out4 ip:::receive - yes
6 sctp:::receive - yes
HDtst.ipv4remotesctp.ksh.out4 ip:::receive - yes
6 sctp:::receive - yes
HDtst.ipv4localudplite.ksh.out4 ip:::receive - yes
6 udplite:::receive - yes
HDtst.ipv6localicmp.ksh.out7 3 ip:::receive (args[2]: 6 16, args[5]: 6 0 16)
8 3 ip:::receive (args[2]: 6 16, args[5]: 6 0 16)
HDtst.ipv4localicmp.ksh.out7 3 ip:::receive (args[2]: 4 64, args[4]: 4 84 0 0 64)
8 3 ip:::receive (args[2]: 4 64, args[4]: 4 84 0 0 64)
HDtst.remotesctpstate.ksh.out4 ip:::receive - yes
6 sctp:::receive - yes
HDtst.localsctpstate.ksh.out4 ip:::receive - yes
6 sctp:::receive - yes
HDtst.remotetcpstate.ksh.out4 ip:::receive - yes
6 tcp:::receive - yes
HDtst.localtcpstate.ksh.out4 ip:::receive - yes
6 tcp:::receive - yes
HDtst.ipv4localudplite.ksh97 ip:::receive
104 udplite:::receive
/freebsd-head/sys/contrib/device-tree/Bindings/interrupt-controller/
Dcirrus,clps711x-intc.txt25 13: URXINT1 UART1 receive FIFO half full
29 17: SS2RX SSI2 receive FIFO half or greater full
32 29: URXINT2 UART2 receive FIFO half full
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_symbolizer_win.cpp189 HANDLE *receive() { return &h_; } in receive() function
207 if (!::CreatePipe(stdin_read.receive(), stdin_write.receive(), &attrs, 0) || in StartSymbolizerSubprocess()
208 !::CreatePipe(stdout_read.receive(), stdout_write.receive(), &attrs, 0)) { in StartSymbolizerSubprocess()
/freebsd-head/sys/contrib/device-tree/Bindings/sound/
Dadi,axi-i2s.txt3 The core can be generated with transmit (playback), only receive
15 the core. The core expects two dma channels if both transmit and receive are
17 - dma-names : "tx" for the transmit channel, "rx" for the receive channel.
/freebsd-head/cddl/usr.sbin/dwatch/libexec/
HDtcp22 tcp:::receive, \
42 : ${PROBE:=tcp:::send, tcp:::receive} ;;
78 name == "receive" ? "<-" :
120 tcp:::receive,
176 tcp:::send, tcp:::receive /* pribe ID $(( $ID + 3 )) */
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
HDzfs_receive_016_pos.ksh81 log_mustnot zfs receive -MF $rst_snap < $full_bkup
83 log_must zfs receive -MF $rst_snap < $full_bkup

12345678910>>...13