Home
last modified time | relevance | path

Searched refs:NI_DGRAM (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Daddrinfo.h121 #define NI_DGRAM 0x00000010 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Daddrinfo.h121 #define NI_DGRAM 0x00000010 macro
Dgetnameinfo.c152 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
Dsocketmodule.c5356 #ifdef NI_DGRAM
5357 PyModule_AddIntConstant(m, "NI_DGRAM", NI_DGRAM);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Daddrinfo.h121 #define NI_DGRAM 0x00000010 macro
Dsocketmodule.c5458 #ifdef NI_DGRAM
5459 PyModule_AddIntConstant(m, "NI_DGRAM", NI_DGRAM);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Daddrinfo.h130 #define NI_DGRAM 0x00000010 macro
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h230 #define NI_DGRAM 0x00000010 macro
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetnameinfo.c234 (flags & NI_DGRAM) ? "udp" : "tcp", &sv, &svd); in getnameinfo_inet()