Lines Matching defs:connect
90 /* due some connect()/accept() races we currently have this cross over
93 * There is a solution to avoid the race by introducing a connect
95 * connect. Otherside can connect but will only be considered that
163 int (*connect)(struct connection *con, struct socket *sock,
501 /* Data available on socket or listen socket received a connect */
1005 log_print("connect from non cluster IPv4 node %pI4",
1013 log_print("connect from non cluster IPv6 node %pI6c",
1582 result = dlm_proto_ops->connect(con, sock, (struct sockaddr *)&addr,
1627 log_print("connect to node %d try %d error %d",
1812 log_print("could not bind for connect: %d", result);
1860 .connect = dlm_tcp_connect,
1880 * since O_NONBLOCK argument in connect() function does not work here,
1916 .connect = dlm_sctp_connect,