Home
last modified time | relevance | path

Searched defs:IPPROTO_CBT (Results 1 – 12 of 12) sorted by relevance

/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dsocketmodule.c338 #define IPPROTO_CBT IPPROTO_CBT // WinSock2 only macro
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dsocketmodule.c338 #define IPPROTO_CBT IPPROTO_CBT // WinSock2 only macro
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dsocketmodule.c295 #define IPPROTO_CBT IPPROTO_CBT // WinSock2 only macro
/dports/lang/python310/Python-3.10.1/Modules/
H A Dsocketmodule.c293 #define IPPROTO_CBT IPPROTO_CBT // WinSock2 only macro
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dsocketmodule.c338 #define IPPROTO_CBT IPPROTO_CBT // WinSock2 only macro
/dports/lang/python38/Python-3.8.12/Modules/
H A Dsocketmodule.c338 #define IPPROTO_CBT IPPROTO_CBT // WinSock2 only macro
/dports/lang/python39/Python-3.9.9/Modules/
H A Dsocketmodule.c330 #define IPPROTO_CBT IPPROTO_CBT // WinSock2 only macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinsock2.h93 #define IPPROTO_CBT 7 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinsock2.h93 #define IPPROTO_CBT 7 macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dsocketmodule.c338 #define IPPROTO_CBT IPPROTO_CBT // WinSock2 only macro
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Networking/WinSock/
H A Dmod.rs1290 pub const IPPROTO_CBT: IPPROTO = 7i32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/WinSock/
H A Dmod.rs1999 pub const IPPROTO_CBT: IPPROTO = IPPROTO(7i32); const