/external/python/cpython2/Lib/plat-netbsd1/ |
D | IN.py | 17 IPPORT_RESERVED = 1024 variable
|
/external/openssh/openbsd-compat/ |
D | rresvport.c | 89 if (*alport < IPPORT_RESERVED - 1) { in rresvport_af()
|
D | bindresvport.c | 46 #define ENDPORT (IPPORT_RESERVED - 1)
|
/external/python/cpython2/Lib/plat-os2emx/ |
D | IN.py | 29 IPPORT_RESERVED = 1024 variable
|
/external/python/cpython2/Lib/plat-aix3/ |
D | IN.py | 86 IPPORT_RESERVED = 1024 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IN.py | 64 IPPORT_RESERVED = 1024 variable
|
/external/python/cpython2/Lib/plat-aix4/ |
D | IN.py | 111 IPPORT_RESERVED = 1024 variable
|
/external/ltp/testcases/network/stress/ns-tools/ |
D | ns-traffic.h | 66 #define PORTNUMMIN IPPORT_RESERVED + 1
|
/external/python/cpython2/Lib/plat-freebsd5/ |
D | IN.py | 108 IPPORT_RESERVED = 1024 variable
|
/external/python/cpython2/Lib/plat-freebsd4/ |
D | IN.py | 108 IPPORT_RESERVED = 1024 variable
|
/external/python/cpython2/Lib/plat-darwin/ |
D | IN.py | 110 IPPORT_RESERVED = 1024 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IN.py | 181 IPPORT_RESERVED = 1024 variable
|
/external/python/cpython2/Lib/plat-freebsd6/ |
D | IN.py | 268 IPPORT_RESERVED = 1024 variable
|
/external/python/cpython2/Lib/plat-freebsd8/ |
D | IN.py | 262 IPPORT_RESERVED = 1024 variable
|
/external/python/cpython2/Lib/plat-freebsd7/ |
D | IN.py | 262 IPPORT_RESERVED = 1024 variable
|
/external/openssh/ |
D | defines.h | 52 #define IPPORT_RESERVED 0 macro
|
D | misc.c | 1255 if (port < IPPORT_RESERVED && uid != 0) in bind_permitted()
|
D | ChangeLog | 3083 Move Cygwin IPPORT_RESERVED overrride to defines.h 4528 Replace by defining IPPORT_RESERVED to zero on Cygwin, which should have
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | IN.py | 783 IPPORT_RESERVED = 1024 variable
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 1299 IPPORT_RESERVED = 1024 variable
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 5158 #ifdef IPPORT_RESERVED 5159 PyModule_AddIntConstant(m, "IPPORT_RESERVED", IPPORT_RESERVED);
|