Home
last modified time | relevance | path

Searched refs:IUPnPNAT (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A DUPnPPortMapper.cpp15 IUPnPNAT *nat = nullptr; in AddNATPortMapping()
16 …HRESULT hResult = CoCreateInstance(__uuidof(UPnPNAT), nullptr, CLSCTX_ALL, __uuidof(IUPnPNAT), (vo… in AddNATPortMapping()
77 IUPnPNAT *nat = nullptr; in RemoveNATPortMapping()
83 …HRESULT hResult = ::CoCreateInstance(__uuidof(UPnPNAT), nullptr, CLSCTX_ALL, __uuidof(IUPnPNAT), (… in RemoveNATPortMapping()
/dports/games/openclonk/openclonk-release-8.1-src/thirdparty/natupnp/
H A Dnatupnp.h50 typedef interface IUPnPNAT IUPnPNAT; typedef
181 IUPnPNAT * This,
187 IUPnPNAT * This);
193 IUPnPNAT * This,
197 IUPnPNAT * This,
203 IUPnPNAT * This,
211 IUPnPNAT * This,
222 IUPnPNAT * This,
226 IUPnPNAT * This,
230 IUPnPNAT * This,
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/network/
H A DC4Network2UPnPWin32.cpp81 IUPnPNAT *nat = nullptr; in C4Network2UPnP()
/dports/net/h323plus/h323plus-1_27_2/src/h460/
H A Dupnpcp.cxx277 IUPnPNAT* m_piNAT;
320 …result = CoCreateInstance(__uuidof(UPnPNAT), NULL, CLSCTX_ALL, __uuidof(IUPnPNAT), (void **)&m_piN…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/WindowsFirewall/
H A Dmod.rs158 pub type IUPnPNAT = *mut ::core::ffi::c_void; typedef
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DWin32Com.cpp33 IUPnPNAT *nat = NULL; in Win32UPnPAddPort()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DWin32Com.cpp153 IUPnPNAT *nat = NULL; in Win32UPnPAddPort()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DWin32Com.cpp153 IUPnPNAT *nat = NULL; in Win32UPnPAddPort()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/WindowsFirewall/
H A Dmod.rs4993 pub struct IUPnPNAT(::windows::runtime::IUnknown);
4994 impl IUPnPNAT {
5008 unsafe impl ::windows::runtime::Interface for IUPnPNAT {
5012 impl ::std::convert::From<IUPnPNAT> for ::windows::runtime::IUnknown {
5013 fn from(value: IUPnPNAT) -> Self {
5017 impl ::std::convert::From<&IUPnPNAT> for ::windows::runtime::IUnknown {
5018 fn from(value: &IUPnPNAT) -> Self {
5022 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IUPnPNAT {
5027 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IUPnPNAT {
5034 fn from(value: IUPnPNAT) -> Self {
[all …]