Home
last modified time | relevance | path

Searched refs:IP_GENERAL_INFO_BASE (Results 1 – 5 of 5) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwaipinfoid.pas79 IP_GENERAL_INFO_BASE = DWORD($ffff0000);
82 IP_IN_FILTER_INFO = IP_GENERAL_INFO_BASE + 1;
84 IP_OUT_FILTER_INFO = IP_GENERAL_INFO_BASE + 2;
86 IP_GLOBAL_INFO = IP_GENERAL_INFO_BASE + 3;
88 IP_INTERFACE_STATUS_INFO = IP_GENERAL_INFO_BASE + 4;
90 IP_ROUTE_INFO = IP_GENERAL_INFO_BASE + 5;
92 IP_PROT_PRIORITY_INFO = IP_GENERAL_INFO_BASE + 6;
94 IP_ROUTER_DISC_INFO = IP_GENERAL_INFO_BASE + 7;
99 IP_DEMAND_DIAL_FILTER_INFO = IP_GENERAL_INFO_BASE + 9;
101 IP_MCAST_HEARBEAT_INFO = IP_GENERAL_INFO_BASE + 10;
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dipinfoid.h15 #define IP_GENERAL_INFO_BASE 0xffff0000 macro
17 #define IP_IN_FILTER_INFO IP_GENERAL_INFO_BASE + 1
18 #define IP_OUT_FILTER_INFO IP_GENERAL_INFO_BASE + 2
19 #define IP_GLOBAL_INFO IP_GENERAL_INFO_BASE + 3
20 #define IP_INTERFACE_STATUS_INFO IP_GENERAL_INFO_BASE + 4
21 #define IP_ROUTE_INFO IP_GENERAL_INFO_BASE + 5
22 #define IP_PROT_PRIORITY_INFO IP_GENERAL_INFO_BASE + 6
23 #define IP_ROUTER_DISC_INFO IP_GENERAL_INFO_BASE + 7
28 #define IP_IPINIP_CFG_INFO IP_GENERAL_INFO_BASE + 12
29 #define IP_IFFILTER_INFO IP_GENERAL_INFO_BASE + 13
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dipinfoid.h15 #define IP_GENERAL_INFO_BASE 0xffff0000 macro
17 #define IP_IN_FILTER_INFO IP_GENERAL_INFO_BASE + 1
18 #define IP_OUT_FILTER_INFO IP_GENERAL_INFO_BASE + 2
19 #define IP_GLOBAL_INFO IP_GENERAL_INFO_BASE + 3
20 #define IP_INTERFACE_STATUS_INFO IP_GENERAL_INFO_BASE + 4
21 #define IP_ROUTE_INFO IP_GENERAL_INFO_BASE + 5
22 #define IP_PROT_PRIORITY_INFO IP_GENERAL_INFO_BASE + 6
23 #define IP_ROUTER_DISC_INFO IP_GENERAL_INFO_BASE + 7
28 #define IP_IPINIP_CFG_INFO IP_GENERAL_INFO_BASE + 12
29 #define IP_IFFILTER_INFO IP_GENERAL_INFO_BASE + 13
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/IpHelper/
H A Dmod.rs1626 pub const IP_GENERAL_INFO_BASE: u32 = 4294901760u32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/IpHelper/
H A Dmod.rs4121 pub const IP_GENERAL_INFO_BASE: u32 = 4294901760u32; const