Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dqossp.h175 #define QOSSPBASE 50000 macro
177 #define ALLOWED_TO_SEND_DATA (QOSSPBASE+1)
178 #define ABLE_TO_RECV_RSVP (QOSSPBASE+2)
179 #define LINE_RATE (QOSSPBASE+3)
180 #define LOCAL_TRAFFIC_CONTROL (QOSSPBASE+4)
181 #define LOCAL_QOSABILITY (QOSSPBASE+5)
182 #define END_TO_END_QOSABILITY (QOSSPBASE+6)
187 #define QOSSP_ERR_BASE (QOSSPBASE+6000)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dqossp.h175 #define QOSSPBASE 50000 macro
177 #define ALLOWED_TO_SEND_DATA (QOSSPBASE+1)
178 #define ABLE_TO_RECV_RSVP (QOSSPBASE+2)
179 #define LINE_RATE (QOSSPBASE+3)
180 #define LOCAL_TRAFFIC_CONTROL (QOSSPBASE+4)
181 #define LOCAL_QOSABILITY (QOSSPBASE+5)
182 #define END_TO_END_QOSABILITY (QOSSPBASE+6)
187 #define QOSSP_ERR_BASE (QOSSPBASE+6000)
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwaqossp.pas576 QOSSPBASE = 50000;
579 ALLOWED_TO_SEND_DATA = QOSSPBASE + 1; // query the SBM/BEST_EFFORT limit
588 ABLE_TO_RECV_RSVP = QOSSPBASE + 2; // query the SBM/BEST_EFFORT limit
597 LINE_RATE = QOSSPBASE + 3; // query the interface capacity
602 LOCAL_TRAFFIC_CONTROL = QOSSPBASE + 4; // check if Kernel Traffic Control is available or not
608 LOCAL_QOSABILITY = QOSSPBASE + 5; // The followings are for
615 END_TO_END_QOSABILITY = QOSSPBASE + 6; // The followings are for
640 QOSSP_ERR_BASE = QOSSPBASE + 6000;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/QoS/
H A Dmod.rs917 pub const QOSSPBASE: u32 = 50000u32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/QoS/
H A Dmod.rs1721 pub const QOSSPBASE: u32 = 50000u32; const