Home
last modified time | relevance | path

Searched refs:ProtocolOption (Results 1 – 25 of 48) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/Sockets/
H A DSocketError.cs28 ProtocolOption = (10000 + 42), enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DSocketErrors.cs140 ProtocolOption = (10000+42), //WSAENOPROTOOPT enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/Sockets/
H A DSocketErrorPal.Unix.cs66 { Interop.Error.ENOPROTOOPT, SocketError.ProtocolOption },
119 { SocketError.ProtocolOption, Interop.Error.ENOPROTOOPT },
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-http/
H A Dp2phttp.go74 func ProtocolOption(p protocol.ID) Option { func
H A Dp2phttp_test.go65 tr.RegisterProtocol("libp2p", NewTransport(clientHost, ProtocolOption("/testiti-test")))
/dports/net-im/dendrite/dendrite-0.5.1/cmd/dendrite-demo-libp2p/
H A Dmain.go79 p2phttp.NewTransport(base.LibP2P, p2phttp.ProtocolOption("/matrix")),
94 p2phttp.NewTransport(base.LibP2P, p2phttp.ProtocolOption("/matrix")),
/dports/comms/cutecom/cutecom-cce2e5ec01df09ca4b05f055f21942e0de7eb7dd/
H A Dsettings.h50 ProtocolOption, enumerator
H A Dsettings.cpp95 case ProtocolOption: in settingChanged()
H A Dmainwindow.cpp572 … [=]() { m_settings->settingChanged(Settings::ProtocolOption, m_combo_protocol->currentData()); }); in fillProtocolChooser()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/
H A DSafeCloseSocket.Windows.cs196 …ror.Success && errorCode != SocketError.InvalidArgument && errorCode != SocketError.ProtocolOption) in InnerReleaseHandle()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Sockets/
H A DSocket.cs200 throw new SocketException ((int) SocketError.ProtocolOption);
208 throw new SocketException ((int) SocketError.ProtocolOption);
231 throw new SocketException ((int)SocketError.ProtocolOption);
251 throw new SocketException ((int)SocketError.ProtocolOption);
2680 throw new SocketException ((int)SocketError.ProtocolOption); in ThrowIfUdp()
/dports/net/opal/opal-3.10.10/src/sip/
H A Dsdp.cxx390 m_mediaFormat.SetOptionString(OpalMediaFormat::ProtocolOption(), PLUGINCODEC_OPTION_PROTOCOL_SIP); in PreEncode()
444 m_mediaFormat.SetOptionString(OpalMediaFormat::ProtocolOption(), PLUGINCODEC_OPTION_PROTOCOL_SIP); in PostDecode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/ref/
H A DSystem.Net.Primitives.cs416 ProtocolOption = 10042, enumerator
/dports/net/opal/opal-3.10.10/src/h323/
H A Dh323caps.cxx185 …GetWritableMediaFormat().SetOptionString(OpalMediaFormat::ProtocolOption(), PLUGINCODEC_OPTION_PRO… in OnSendingPDU()
222 …GetWritableMediaFormat().SetOptionString(OpalMediaFormat::ProtocolOption(), PLUGINCODEC_OPTION_PRO… in OnReceivedPDU()
229 …GetWritableMediaFormat().SetOptionString(OpalMediaFormat::ProtocolOption(), PLUGINCODEC_OPTION_PRO… in OnReceivedPDU()
1378 … mediaFormat.SetOptionString(OpalMediaFormat::ProtocolOption(), PLUGINCODEC_OPTION_PROTOCOL_H323); in OnReceivedPDU()
/dports/net/opal/opal-3.10.10/src/opal/
H A Dmediafmt.cxx726 const PString & OpalMediaFormat::ProtocolOption() { static const PConstString s(PLUGINCODEC_… in ProtocolOption() function in OpalMediaFormat
1111 AddOption(new OpalMediaOptionString(OpalMediaFormat::ProtocolOption(), true)); in OpalMediaFormatInternal()
/dports/net/opal/opal-3.10.10/include/opal/
H A Dmediafmt.h966 static const PString & ProtocolOption();
/dports/net/opal/opal-3.10.10/src/Python/opal/
H A DOpalMediaFormat.sip319 static const PString & ProtocolOption();
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_SafeNetHandles.cs2594 …ror.Success && errorCode != SocketError.InvalidArgument && errorCode != SocketError.ProtocolOption) in ReleaseHandle()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs8410 ProtocolOption = 10042, enumerator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs8534 ProtocolOption = 10042, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs8408 ProtocolOption = 10042, enumerator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs8530 ProtocolOption = 10042, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs11356 ProtocolOption = 10042, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs11006 ProtocolOption = 10042, enumerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs11649 ProtocolOption = 10042, enumerator

12