Home
last modified time | relevance | path

Searched refs:IPPROTO_RDP (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Lib/plat-freebsd5/
DIN.py30 IPPROTO_RDP = 27 variable
/external/python/cpython2/Lib/plat-freebsd4/
DIN.py30 IPPROTO_RDP = 27 variable
/external/python/cpython2/Lib/plat-darwin/
DIN.py32 IPPROTO_RDP = 27 variable
/external/python/cpython2/Lib/plat-irix6/
DIN.py119 IPPROTO_RDP = 27 variable
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py183 IPPROTO_RDP = 27 variable
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py177 IPPROTO_RDP = 27 variable
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py177 IPPROTO_RDP = 27 variable
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs740 pub const IPPROTO_RDP: ::c_int = 27; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs845 pub const IPPROTO_RDP: ::c_int = 27; constant
/external/python/cpython3/Modules/
Dsocketmodule.c335 #define IPPROTO_RDP IPPROTO_RDP // WinSock2 only macro
7986 PyModule_AddIntMacro(m, IPPROTO_RDP);
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a4.rst1277 IPPROTO_NONE IPPROTO_PGM IPPROTO_PIM IPPROTO_PUP IPPROTO_RDP IPPROTO_ROUTING
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2160 pub const IPPROTO_RDP: ::c_int = 27; constant
/external/python/cpython3/Lib/test/
Dtest_socket.py957 socket.IPPROTO_RDP