Home
last modified time | relevance | path

Searched refs:IPPROTO_XTP (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython2/Lib/plat-irix5/
DIN.py58 IPPROTO_XTP = 36 variable
/external/python/cpython2/Lib/plat-darwin/
DIN.py41 IPPROTO_XTP = 36 variable
/external/python/cpython2/Lib/plat-freebsd4/
DIN.py39 IPPROTO_XTP = 36 variable
/external/python/cpython2/Lib/plat-freebsd5/
DIN.py39 IPPROTO_XTP = 36 variable
/external/python/cpython2/Lib/plat-irix6/
DIN.py128 IPPROTO_XTP = 36 variable
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py192 IPPROTO_XTP = 36 variable
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py186 IPPROTO_XTP = 36 variable
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py186 IPPROTO_XTP = 36 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_dragonfly_amd64.go729 IPPROTO_XTP = 0x24 const
Dzerrors_darwin_arm64.go757 IPPROTO_XTP = 0x24 const
Dzerrors_darwin_386.go757 IPPROTO_XTP = 0x24 const
Dzerrors_darwin_arm.go757 IPPROTO_XTP = 0x24 const
Dzerrors_darwin_amd64.go757 IPPROTO_XTP = 0x24 const
Dzerrors_freebsd_arm.go804 IPPROTO_XTP = 0x24 const
Dzerrors_freebsd_amd64.go797 IPPROTO_XTP = 0x24 const
Dzerrors_freebsd_386.go797 IPPROTO_XTP = 0x24 const
/external/python/cpython2/Modules/
Dsocketmodule.c5129 #ifdef IPPROTO_XTP
5130 PyModule_AddIntConstant(m, "IPPROTO_XTP", IPPROTO_XTP);
/external/python/cpython3/Modules/
Dsocketmodule.c7517 #ifdef IPPROTO_XTP
7518 PyModule_AddIntMacro(m, IPPROTO_XTP);