Home
last modified time | relevance | path

Searched refs:INADDR_LOOPBACK (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DTcpStream.cpp38 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in _socket_loopback_server()
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp300 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in SocketLocalClient()
317 addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in SocketLocalServer()
/device/linaro/bootloader/edk2/StdLib/Include/netinet/
Din.h221 #define INADDR_LOOPBACK __IPADDR(0x7f000001) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c5155 #ifdef INADDR_LOOPBACK
5156 PyModule_AddIntConstant(m, "INADDR_LOOPBACK", INADDR_LOOPBACK);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c5053 #ifdef INADDR_LOOPBACK
5054 PyModule_AddIntConstant(m, "INADDR_LOOPBACK", INADDR_LOOPBACK);