Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/netinet/
Din.h144 #define IPPORT_RESERVED 1024 macro
148 #define IPPORT_RESERVEDMAX (IPPORT_RESERVED-1)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c5031 #ifdef IPPORT_RESERVED
5032 PyModule_AddIntConstant(m, "IPPORT_RESERVED", IPPORT_RESERVED);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c5133 #ifdef IPPORT_RESERVED
5134 PyModule_AddIntConstant(m, "IPPORT_RESERVED", IPPORT_RESERVED);