Home
last modified time | relevance | path

Searched refs:nng_device (Results 1 – 15 of 15) sorted by relevance

/dports/net/nng/nng-1.5.2/docs/man/
H A Dnng_device.3.adoc1 = nng_device(3)
14 nng_device - message forwarding device
22 int nng_device(nng_socket s1, nng_socket s2);
27 The `nng_device()` function forwards messages received from one
39 The `nng_device()` function does not return until one of the sockets
68 The `nng_device()` function moves messages between the provided sockets.
H A Dnng_pair.7.adoc45 _devices_ (see xref:nng_device.3.adoc[`nng_device()`]) or raw mode sockets
63 used with xref:nng_device.3.adoc[`nng_device()`].
97 It will not function across xref:nng_device.3.adoc[device] proxies.
H A Dnng_req.7.adoc47 TIP: This property, when combined with xref:nng_device.3.adoc[`nng_device()`]
121 xref:nng_device.3.adoc[`nng_device()`]), the forwarding node prepends a
150 xref:nng_device.3.adoc[nng_device(3)],
H A Dnn_device.3compat.adoc39 new style xref:nng_device.3.adoc[nng_device()] documentation.
H A Dnng.7.adoc130 There are situations, such as with xref:nng_device.3.adoc[proxies],
142 TIP: The xref:nng_device.3.adoc[`nng_device()`] function only works with raw mode
H A Dnng_surveyor.7.adoc117 xref:nng_device.3.adoc[`nng_device()`]), the forwarding node prepends a
H A Dnng_bus.7.adoc72 This behavior is intended for use with xref:nng_device.3.adoc[device]
H A Dnng_options.5.adoc296 a xref:nng_device.3.adoc[`nng_device()`] forwarders.
H A Dnn_setsockopt.3compat.adoc128 xref:nng_device.3.adoc[device] chains.
H A Dnn_getsockopt.3compat.adoc134 xref:nng_device.3.adoc[device] chains.
/dports/net/nng/nng-1.5.2/tests/
H A Ddevice.c35 nng_device(d->s1, d->s2); in dodev()
50 So(nng_device(s1, s1) == NNG_EINVAL);
/dports/net/nng/nng-1.5.2/
H A DRELEASE_NOTES.adoc60 does it support operation with `nng_device()`.
62 * Maximum hop count across `nng_device()` proxies is now limited to 15.
/dports/net/nng/nng-1.5.2/include/nng/
H A Dnng.h966 NNG_DECL int nng_device(nng_socket, nng_socket);
/dports/net/nng/nng-1.5.2/src/compat/nanomsg/
H A Dnn.c1192 rv = nng_device(sid1, sid2); in nn_device()
/dports/net/nng/nng-1.5.2/src/
H A Dnng.c1084 nng_device(nng_socket s1, nng_socket s2) in nng_device() function