Home
last modified time | relevance | path

Searched refs:IPPORT_RESERVED (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython2/Lib/plat-netbsd1/
DIN.py17 IPPORT_RESERVED = 1024 variable
/external/openssh/openbsd-compat/
Drresvport.c89 if (*alport < IPPORT_RESERVED - 1) { in rresvport_af()
Dbindresvport.c46 #define ENDPORT (IPPORT_RESERVED - 1)
/external/python/cpython2/Lib/plat-os2emx/
DIN.py29 IPPORT_RESERVED = 1024 variable
/external/python/cpython2/Lib/plat-aix3/
DIN.py86 IPPORT_RESERVED = 1024 variable
/external/python/cpython2/Lib/plat-irix5/
DIN.py64 IPPORT_RESERVED = 1024 variable
/external/python/cpython2/Lib/plat-aix4/
DIN.py111 IPPORT_RESERVED = 1024 variable
/external/ltp/testcases/network/stress/ns-tools/
Dns-traffic.h66 #define PORTNUMMIN IPPORT_RESERVED + 1
/external/python/cpython2/Lib/plat-freebsd5/
DIN.py108 IPPORT_RESERVED = 1024 variable
/external/python/cpython2/Lib/plat-freebsd4/
DIN.py108 IPPORT_RESERVED = 1024 variable
/external/python/cpython2/Lib/plat-darwin/
DIN.py110 IPPORT_RESERVED = 1024 variable
/external/python/cpython2/Lib/plat-irix6/
DIN.py181 IPPORT_RESERVED = 1024 variable
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py268 IPPORT_RESERVED = 1024 variable
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py262 IPPORT_RESERVED = 1024 variable
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py262 IPPORT_RESERVED = 1024 variable
/external/openssh/
Ddefines.h52 #define IPPORT_RESERVED 0 macro
Dmisc.c1255 if (port < IPPORT_RESERVED && uid != 0) in bind_permitted()
DChangeLog3083 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/
DIN.py783 IPPORT_RESERVED = 1024 variable
/external/python/cpython2/Lib/plat-sunos5/
DIN.py1299 IPPORT_RESERVED = 1024 variable
/external/python/cpython2/Modules/
Dsocketmodule.c5158 #ifdef IPPORT_RESERVED
5159 PyModule_AddIntConstant(m, "IPPORT_RESERVED", IPPORT_RESERVED);