Home
last modified time | relevance | path

Searched refs:connect (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dunistd.in.h55 # undef connect
56 # define connect connect_used_without_including_sys_socket_h macro
/ndk/
Dndk-gdb764 $JDB_CMD -connect com.sun.jdi.SocketAttach:hostname=localhost,port=$JDB_PORT &
/ndk/docs/text/
DNDK-GDB.text106 Only needed to debug problems when you can't connect and that the
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc3434 if (connect(sockfd_, cur_addr->ai_addr, cur_addr->ai_addrlen) == -1) { in MakeConnection()