Home
last modified time | relevance | path

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

12345678

/freebsd-9-stable/crypto/heimdal/lib/krb5/
Dsend_to_kdc.c259 krb5_data *receive) in send_via_proxy() argument
311 prefix, send_data, receive); in send_via_proxy()
314 if(ret == 0 && receive->length != 0) in send_via_proxy()
328 krb5_data *receive) in krb5_sendto() argument
334 krb5_data_zero(receive); in krb5_sendto()
346 hi, send_data, receive); in krb5_sendto()
347 if (ret == 0 && receive->length != 0) in krb5_sendto()
353 if (send_via_proxy (context, hi, send_data, receive) == 0) { in krb5_sendto()
375 "", send_data, receive); in krb5_sendto()
379 send_data, receive); in krb5_sendto()
[all …]
/freebsd-9-stable/crypto/openssh/
DREADME.hpn22 - if HPN is disabled the receive buffer size will be set to the OpenSSH default
25 - if a HPN system connects to a non-HPN system the receive buffer will
34 64MB as the TCP receive buffer grows. The maximum HPN Buffer size of 64MB
38 Result: HPN Buffer Size = TCP receive buffer value.
43 Result: HPN Buffer Size = minmum of TCP receive buffer and HPNBufferSize.
44 This would be the system defined TCP receive buffer (RWIN).
82 Enable or disable the polling of the TCP receive buffer through the life
88 Set the TCP socket receive buffer to n Kilobytes. It can be set up to the
90 the TCP receive window is set low but the maximum buffer size is set higher
94 Default is the current system wide TCP receive buffer size.
/freebsd-9-stable/tools/regression/sockets/unix_cmsg/
DREADME61 data object. Server should receive N messages, each message should
77 messages to Server. Server should receive N messages, the first
85 with SCM_CREDS ancillary data object. Server should receive N messages,
93 data object. Server should receive one message with SCM_TIMESTAMP
99 data object. Server should receive one message with SCM_BINTIME
121 data object. Server should receive N messages, each message should
127 for it. Client sends N messages to Server. Server should receive N
135 to Server. Server should receive N messages, the first message should
143 to Server. Server should receive one message with SCM_TIMESTAMP
149 to Server. Server should receive one message with SCM_BINTIME
/freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
Dtst.ipv4remotetcp.ksh.out4 ip:::receive - yes
6 tcp:::receive - yes
Dtst.ipv4localtcp.ksh.out4 ip:::receive - yes
6 tcp:::receive - yes
Dtst.ipv4localicmp.ksh.out4 2 ip:::receive (args[2]: 4 64, args[4]: 4 84 0 0 255)
5 2 ip:::receive (args[2]: 4 64, args[4]: 4 84 0 0 255)
Dtst.ipv6localicmp.ksh.out5 2 ip:::receive (args[2]: 6 64, args[5]: 6 0 64)
6 2 ip:::receive (args[2]: 6 64, args[5]: 6 0 64)
Dtst.remotetcpstate.ksh.out4 ip:::receive - yes
6 tcp:::receive - yes
Dtst.localtcpstate.ksh.out4 ip:::receive - yes
6 tcp:::receive - yes
Dtst.ipv4localtcp.ksh97 ip:::receive
104 tcp:::receive
Dtst.ipv4remotetcp.ksh100 ip:::receive
107 tcp:::receive
Dtst.remotetcpstate.ksh110 ip:::receive
117 tcp:::receive
Dtst.localtcpstate.ksh105 ip:::receive
112 tcp:::receive
Dtst.ipv4remoteicmp.ksh.out3 2 ip:::receive (args[2]: 4 64, args[4]: 4 84 4 0 255)
Dtst.ipv6remoteicmp.ksh.out3 2 ip:::receive (args[2]: 6 64, args[5]: 6 0 64)
Dtst.ipv4localudp.ksh.out4 ip:::receive - yes
Dtst.ipv4localudp.ksh79 ip:::receive
Dtst.ipv4localicmp.ksh60 ip:::receive
Dtst.ipv6remoteicmp.ksh79 ip:::receive
Dtst.ipv6localicmp.ksh69 ip:::receive
Dtst.ipv4remoteicmp.ksh71 ip:::receive
/freebsd-9-stable/sys/dev/uart/
Duart_if.m43 # have been allocated. The transmit and receive buffers exist, but no
119 # receive() - move data from the receive FIFO to the receive buffer.
120 # This method is called to move received data to the receive buffer and
121 # additionally should make sure the receive interrupt should be cleared.
122 METHOD int receive {
/freebsd-9-stable/contrib/ofed/libibverbs/fixes/
DXRC_man_pages.patch45 creates a shared receive queue (SRQ) associated with the protection domain
49 +creates an XRC shared receive queue (SRQ) associated with the protection domain
68 +ibv_create_xrc_rcv_qp \- create an XRC queue pair (QP) for serving as a receive-side only QP
78 +creates an XRC queue pair (QP) for serving as a receive-side only QP and returns its number throug…
85 +when sending to an XRC SRQ on this host in the same xrc domain as the XRC receive QP.
95 +Processes which wish to receive on an XRC SRQ via this QP should call
120 +are being ignored because this QP is a receive only QP and all RR are being posted to an SRQ.
143 +ibv_modify_xrc_rcv_qp \- modify the attributes of an XRC receive queue pair (QP)
153 +modifies the attributes of an XRC receive QP with the number
187 +uint32_t rq_psn; /* PSN for receive queue (valid only for RC/UC QPs…
[all …]
DXRC_RCV_QP.patch1 Added support for XRC receive-only QPs.
218 + * ibv_create_xrc_rcv_qp - creates an XRC QP for serving as a receive-side-only QP,
252 + * receive-only QP.
287 + * a receive-side only QP.
295 + * 2. The QP is allocated, but is not an receive XRC QP
302 + * a receive-side only QP. If as a result, there are no remaining
/freebsd-9-stable/contrib/ofed/libmthca/debian/
Dchangelog34 - Work around MemFree firmware bug in receive completions with error.
35 - Fix posting receive lists with exactly a multiple of 256 entries.

12345678