Home
last modified time | relevance | path

Searched defs:IcmpCloseHandle (Results 1 – 8 of 8) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwaicmpapi.pas140 function IcmpCloseHandle(IcmpHandle: HANDLE): BOOL; stdcall; in IcmpCloseHandle() function
373 function IcmpCloseHandle; in IcmpCloseHandle() function
452 function IcmpCloseHandle; external icmplib name 'IcmpCloseHandle'; in IcmpCloseHandle() function
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/msos/
H A Dicmp.cxx58 BOOL IcmpCloseHandle(HANDLE handle) { in IcmpCloseHandle() function in PICMPDLL
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/IpHlpApi/
H A DInterop.ICMP.cs140 internal extern static bool IcmpCloseHandle(IntPtr handle); in IcmpCloseHandle() method in Interop.IpHlpApi
/dports/comms/snap7/snap7-full-1.4.2/src/sys/
H A Dsnap_msgsock.cpp665 static pfn_IcmpCloseHandle IcmpCloseHandle; variable
/dports/net/serveez/serveez-0.2.2/src/libserveez/
H A Dicmp-socket.c201 static IcmpCloseHandleProc IcmpCloseHandle = NULL; variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A DUnSafeNetInfoNativemethods.cs653 internal extern static bool IcmpCloseHandle(IntPtr handle); in IcmpCloseHandle() method in System.Net.NetworkInformation.UnsafeNetInfoNativeMethods
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/IpHelper/
H A Dmod.rs4358 pub unsafe fn IcmpCloseHandle<'a, Param0: ::windows::runtime::IntoParam<'a, IcmpHandle>>(icmphandle… in IcmpCloseHandle() function
4363 fn IcmpCloseHandle(icmphandle: IcmpHandle) -> super::super::Foundation::BOOL; in IcmpCloseHandle() function
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/IpHelper/
H A Dmod.rs234 pub fn IcmpCloseHandle(icmphandle: IcmpHandle) -> super::super::Foundation::BOOL; in IcmpCloseHandle() function