Home
last modified time | relevance | path

Searched refs:connectionless (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols/
H A DLdapDirectoryIdentifier.cs48 …public LdapDirectoryIdentifier (string server, bool fullyQualifiedDnsHostName, bool connectionless) in LdapDirectoryIdentifier() argument
52 Connectionless = connectionless; in LdapDirectoryIdentifier()
55 …ic LdapDirectoryIdentifier (string [] servers, bool fullyQualifiedDnsHostName, bool connectionless) in LdapDirectoryIdentifier() argument
59 Connectionless = connectionless; in LdapDirectoryIdentifier()
62 …toryIdentifier (string server, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless) in LdapDirectoryIdentifier() argument
63 : this (new string [] {server}, portNumber, fullyQualifiedDnsHostName, connectionless) in LdapDirectoryIdentifier()
67 …Identifier (string [] servers, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless) in LdapDirectoryIdentifier() argument
68 : this (servers, fullyQualifiedDnsHostName, connectionless) in LdapDirectoryIdentifier()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/
H A DLdapDirectoryIdentifier.cs19 …edDnsHostName, bool connectionless) : this(server != null ? new string[] { server } : null, fullyQ… in LdapDirectoryIdentifier() argument
23 …ostName, bool connectionless) : this(server != null ? new string[] { server } : null, portNumber, … in LdapDirectoryIdentifier() argument
27 …blic LdapDirectoryIdentifier(string[] servers, bool fullyQualifiedDnsHostName, bool connectionless) in LdapDirectoryIdentifier() argument
50 Connectionless = connectionless; in LdapDirectoryIdentifier()
53 …r, bool fullyQualifiedDnsHostName, bool connectionless) : this(servers, fullyQualifiedDnsHostName,… in LdapDirectoryIdentifier() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.Protocols/tests/
H A DLdapDirectoryIdentifierTests.cs41 …me_Conectionless(string server, bool fullyQualifiedDnsHostName, bool connectionless, string[] expe… in Ctor_Server_FullQualifiedDnsHostName_Conectionless() argument
43 … var identifier = new LdapDirectoryIdentifier(server, fullyQualifiedDnsHostName, connectionless); in Ctor_Server_FullQualifiedDnsHostName_Conectionless()
44 Assert.Equal(connectionless, identifier.Connectionless); in Ctor_Server_FullQualifiedDnsHostName_Conectionless()
54 …(string server, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless, string[] expe… in Ctor_PortNumber_Server_FullQualifiedDnsHostName_Conectionless() argument
56 …ifier = new LdapDirectoryIdentifier(server, portNumber, fullyQualifiedDnsHostName, connectionless); in Ctor_PortNumber_Server_FullQualifiedDnsHostName_Conectionless()
57 Assert.Equal(connectionless, identifier.Connectionless); in Ctor_PortNumber_Server_FullQualifiedDnsHostName_Conectionless()
68 …iedDnsHostName_Conectionless(string[] servers, bool fullyQualifiedDnsHostName, bool connectionless) in Ctor_Servers_FullQualifiedDnsHostName_Conectionless() argument
70 … var identifier = new LdapDirectoryIdentifier(servers, fullyQualifiedDnsHostName, connectionless); in Ctor_Servers_FullQualifiedDnsHostName_Conectionless()
71 Assert.Equal(connectionless, identifier.Connectionless); in Ctor_Servers_FullQualifiedDnsHostName_Conectionless()
/dports/net/opal/opal-3.10.10/src/Python/ptlib/
H A DPUDPSocket.sip81 /** Override of PChannel functions to allow connectionless reads
88 // /** Override of PChannel functions to allow connectionless writes
95 /** Override of PSocket functions to allow connectionless writes
104 /** Set the address to use for connectionless Write() or Windows QoS
111 /** Get the address to use for connectionless Write().
130 /** Get the address of the sender in the last connectionless Read().
139 /** CallBack to check if the detected address of the connectionless Read()
141 receive the connectionless read/write.
/dports/net-mgmt/p5-Net-SNMP/Net-SNMP-v6.0.1/lib/Net/SNMP/
H A DTransport.pm283 sub connectionless subroutine
478 return if !$this->connectionless();
614 } elsif (!$this->connectionless()) {
642 if (!$this->connectionless() || !exists $SOCKETS->{$this->{_sock_name}}) {
662 if (!$this->connectionless()) {
689 if ($this->connectionless()) {
752 if (!$this->connectionless()) {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/upstreamproxy/go-ntlm/
H A DREADME.md4 The library is currently in use and has been tested with connectionless NTLMv1 and v2 with and with…
8 Currently the implementation only supports connectionless (datagram) oriented NTLM. We did not need…
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/upstreamproxy/go-ntlm/
H A DREADME.md4 The library is currently in use and has been tested with connectionless NTLMv1 and v2 with and with…
8 Currently the implementation only supports connectionless (datagram) oriented NTLM. We did not need…
/dports/editors/emacs-devel/emacs-4d1968b/lisp/gnus/
H A Dnntp.el600 (defun nntp-with-open-group-function (group server connectionless bodyfun)
616 (nntp-possibly-change-group group server connectionless)
662 (when (and (listp connectionless)
663 (not (eq connectionless nil)))
664 (setq forms (cons connectionless forms)
665 connectionless nil))
1048 (deffoo nntp-open-server (server &optional defs connectionless)
1058 (if connectionless
1442 (defun nntp-possibly-change-group (group server &optional connectionless)
1446 (nntp-open-server server nil connectionless)))
[all …]
/dports/editors/emacs/emacs-27.2/lisp/gnus/
H A Dnntp.el602 (defun nntp-with-open-group-function (group server connectionless bodyfun)
618 (nntp-possibly-change-group group server connectionless)
664 (when (and (listp connectionless)
665 (not (eq connectionless nil)))
666 (setq forms (cons connectionless forms)
667 connectionless nil))
1050 (deffoo nntp-open-server (server &optional defs connectionless)
1060 (if connectionless
1434 (defun nntp-possibly-change-group (group server &optional connectionless)
1438 (nntp-open-server server nil connectionless)))
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/tport/
H A Dtport.docs78 A transport can be connection-oriented (TCP, SCTP) or connectionless
81 to a single destination. For a connectionless transport, a destination
84 A connectionless transport can be used to send messages to several
86 kernel whenever a message is sent using connectionless transport.
127 When a primary connectionless transport object or a secondary transport
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/tport/
H A Dtport.docs78 A transport can be connection-oriented (TCP, SCTP) or connectionless
81 to a single destination. For a connectionless transport, a destination
84 A connectionless transport can be used to send messages to several
86 kernel whenever a message is sent using connectionless transport.
127 When a primary connectionless transport object or a secondary transport
/dports/audio/synthpod-lv2/synthpod-01aad91/nsmc/
H A Dnsmc.h96 bool connectionless; member
358 nsm->connectionless = !strncmp(nsm->url, "osc.udp", 7) ? true : false; in nsmc_new()
434 if(nsm->connectionless || (ev & LV2_OSC_CONN) ) in nsmc_run()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/lcsap/
H A DLCS-AP-PDU-Descriptions.asn115 connectionless-Information-Transfer |
150 connectionless-Information-Transfer LCS-AP-ELEMENTARY-PROCEDURE ::= {
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/lcsap/
H A DLCS-AP-PDU-Descriptions.asn115 connectionless-Information-Transfer |
150 connectionless-Information-Transfer LCS-AP-ELEMENTARY-PROCEDURE ::= {
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/lcsap/
H A DLCS-AP-PDU-Descriptions.asn115 connectionless-Information-Transfer |
150 connectionless-Information-Transfer LCS-AP-ELEMENTARY-PROCEDURE ::= {
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/lcsap/
H A DLCS-AP-PDU-Descriptions.asn115 connectionless-Information-Transfer |
150 connectionless-Information-Transfer LCS-AP-ELEMENTARY-PROCEDURE ::= {
/dports/lang/swi-pl/swipl-8.2.3/packages/tipc/demo/
H A Dtipc_examples.pl6 * An example of a connectionless transaction oriented service
86 * An example of a connectionless datagram service using a multi-cast
/dports/www/firefox/firefox-99.0/docs/nspr/reference/
H A Dpr_openudpsocket.rst41 UDP (User Datagram Protocol) is a connectionless, unreliable datagram
H A Dpr_newudpsocket.rst30 UDP (User Datagram Protocol) is a connectionless, unreliable datagram
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/doc/net/
H A Dlower.html.m474 [As UDP is a connectionless protocol, this does not do
85 [(If a connectionless protocol like UDP is used and the socket is a listening
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/doc/
H A Dudp.rst12 |ns3| supports a native implementation of UDP. It provides a connectionless,
48 UDP uses a simple connectionless communication model with a minimum of protocol
96 sending and receiving data. Being a connectionless protocol, all we need to do
/dports/net-mgmt/p5-AnyEvent-SNMP/AnyEvent-SNMP-6.0/
H A DSNMP.pm229 if ($transport->connectionless) {
/dports/net/storj/storj-1.45.3/docs/blueprints/
H A Ddeletion-performance.md63 The satellite could use a connectionless network protocol, like UDP, to send delete request to the …
81 - We could change transport protocol for delete requests to a connectionless protocol, like UDP, fo…
91 - Storage nodes will have more garbage if we use a connectionless transport protocol
117 …communicating with the storage nodes for deleting the pieces using a connectionless protocol like …
/dports/net-mgmt/p5-Net-SNMP/Net-SNMP-v6.0.1/lib/Net/SNMP/Transport/IPv4/
H A DTCP.pm238 sub connectionless subroutine
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.Protocols/ref/
H A DSystem.DirectoryServices.Protocols.cs288 …lic LdapDirectoryIdentifier(string server, bool fullyQualifiedDnsHostName, bool connectionless) { } in LdapDirectoryIdentifier() argument
290 …yIdentifier(string server, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless) { } in LdapDirectoryIdentifier() argument
291 … LdapDirectoryIdentifier(string[] servers, bool fullyQualifiedDnsHostName, bool connectionless) { } in LdapDirectoryIdentifier() argument
292 …entifier(string[] servers, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless) { } in LdapDirectoryIdentifier() argument

12345678910>>...16