Home
last modified time | relevance | path

Searched refs:NET_FW_RULE_DIRECTION (Results 1 – 8 of 8) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dicftypes.h74 } NET_FW_RULE_DIRECTION; typedef
H A Dnetfw.h2119 NET_FW_RULE_DIRECTION *dir) = 0;
2122 NET_FW_RULE_DIRECTION dir) = 0;
2299 NET_FW_RULE_DIRECTION *dir);
2303 NET_FW_RULE_DIRECTION dir);
2501 static FORCEINLINE HRESULT INetFwRule_get_Direction(INetFwRule* This,NET_FW_RULE_DIRECTION *dir) {
2504 static FORCEINLINE HRESULT INetFwRule_put_Direction(INetFwRule* This,NET_FW_RULE_DIRECTION dir) {
2707 NET_FW_RULE_DIRECTION *dir);
2711 NET_FW_RULE_DIRECTION dir);
2924 static FORCEINLINE HRESULT INetFwRule2_put_Direction(INetFwRule2* This,NET_FW_RULE_DIRECTION dir) {
3164 NET_FW_RULE_DIRECTION *dir);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dicftypes.h74 } NET_FW_RULE_DIRECTION; typedef
H A Dnetfw.h2119 NET_FW_RULE_DIRECTION *dir) = 0;
2122 NET_FW_RULE_DIRECTION dir) = 0;
2299 NET_FW_RULE_DIRECTION *dir);
2303 NET_FW_RULE_DIRECTION dir);
2501 static FORCEINLINE HRESULT INetFwRule_get_Direction(INetFwRule* This,NET_FW_RULE_DIRECTION *dir) {
2504 static FORCEINLINE HRESULT INetFwRule_put_Direction(INetFwRule* This,NET_FW_RULE_DIRECTION dir) {
2707 NET_FW_RULE_DIRECTION *dir);
2711 NET_FW_RULE_DIRECTION dir);
2924 static FORCEINLINE HRESULT INetFwRule2_put_Direction(INetFwRule2* This,NET_FW_RULE_DIRECTION dir) {
3164 NET_FW_RULE_DIRECTION *dir);
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/WindowsFirewall/
H A Dmod.rs305 pub type NET_FW_RULE_DIRECTION = i32; typedef
306 pub const NET_FW_RULE_DIR_IN: NET_FW_RULE_DIRECTION = 1i32;
307 pub const NET_FW_RULE_DIR_OUT: NET_FW_RULE_DIRECTION = 2i32;
308 pub const NET_FW_RULE_DIR_MAX: NET_FW_RULE_DIRECTION = 3i32;
/dports/security/stunnel/stunnel-5.60/tools/plugins/SimpleFC/Source/
H A DFirewallControl.pas68 NET_FW_RULE_DIRECTION = (
133 Protocol: NET_FW_IP_PROTOCOL; Direction: NET_FW_RULE_DIRECTION;
168 Protocol: NET_FW_IP_PROTOCOL; Direction: NET_FW_RULE_DIRECTION;
H A DSimpleFC.dpr517 Direction: NET_FW_RULE_DIRECTION;
533 Direction := NET_FW_RULE_DIRECTION(StrToInt(PopString));
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/WindowsFirewall/
H A Dmod.rs2705 pub unsafe fn Direction(&self) -> ::windows::runtime::Result<NET_FW_RULE_DIRECTION> {
2709 … pub unsafe fn SetDirection(&self, dir: NET_FW_RULE_DIRECTION) -> ::windows::runtime::Result<()> {
3000 pub unsafe fn Direction(&self) -> ::windows::runtime::Result<NET_FW_RULE_DIRECTION> {
3004 … pub unsafe fn SetDirection(&self, dir: NET_FW_RULE_DIRECTION) -> ::windows::runtime::Result<()> {
3324 pub unsafe fn Direction(&self) -> ::windows::runtime::Result<NET_FW_RULE_DIRECTION> {
5449 pub struct NET_FW_RULE_DIRECTION(pub i32);
5450 pub const NET_FW_RULE_DIR_IN: NET_FW_RULE_DIRECTION = NET_FW_RULE_DIRECTION(1i32);
5451 pub const NET_FW_RULE_DIR_OUT: NET_FW_RULE_DIRECTION = NET_FW_RULE_DIRECTION(2i32);
5452 pub const NET_FW_RULE_DIR_MAX: NET_FW_RULE_DIRECTION = NET_FW_RULE_DIRECTION(3i32);
5453 impl ::std::convert::From<i32> for NET_FW_RULE_DIRECTION {
[all …]