Home
last modified time | relevance | path

Searched defs:NL_ROUTE_ORIGIN (Results 1 – 6 of 6) sorted by relevance

/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/msos/ptlib/
H A Daddrv6.h84 } NL_ROUTE_ORIGIN, *PNL_ROUTE_ORIGIN; typedef
/dports/security/py-cybox/python-cybox-2.1.0.21/cybox/bindings/
H A Dwin_network_route_entry_object.py168 …_Lifetime=None, Valid_Lifetime=None, Route_Age=None, NL_ROUTE_PROTOCOL=None, NL_ROUTE_ORIGIN=None): argument
184 def set_NL_ROUTE_ORIGIN(self, NL_ROUTE_ORIGIN): self.NL_ROUTE_ORIGIN = NL_ROUTE_ORIGIN argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dnldef.h102 } NL_ROUTE_ORIGIN, *PNL_ROUTE_ORIGIN; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dnldef.h102 } NL_ROUTE_ORIGIN, *PNL_ROUTE_ORIGIN; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/WinSock/
H A Dmod.rs3593 pub struct NL_ROUTE_ORIGIN(pub i32); struct
3599 impl ::std::convert::From<i32> for NL_ROUTE_ORIGIN { implementation
3604 unsafe impl ::windows::runtime::Abi for NL_ROUTE_ORIGIN { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Networking/WinSock/
H A Dmod.rs2209 pub type NL_ROUTE_ORIGIN = i32; typedef