Searched refs:connect (Results 1 – 4 of 4) sorted by relevance
55 # undef connect56 # define connect connect_used_without_including_sys_socket_h macro
764 $JDB_CMD -connect com.sun.jdi.SocketAttach:hostname=localhost,port=$JDB_PORT &
106 Only needed to debug problems when you can't connect and that the
3434 if (connect(sockfd_, cur_addr->ai_addr, cur_addr->ai_addrlen) == -1) { in MakeConnection()