so_length         643 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     opal_socklen_t so_length = sizeof(so_error);
so_length         652 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     if(getsockopt(btl_endpoint->endpoint_sd, SOL_SOCKET, SO_ERROR, (char *)&so_error, &so_length) < 0) {
so_length         816 opal/mca/btl/tcp/btl_tcp_endpoint.c     opal_socklen_t so_length = sizeof(so_error);
so_length         828 opal/mca/btl/tcp/btl_tcp_endpoint.c     if(getsockopt(btl_endpoint->endpoint_sd, SOL_SOCKET, SO_ERROR, (char *)&so_error, &so_length) < 0) {
so_length         547 orte/mca/oob/tcp/oob_tcp_connection.c     opal_socklen_t so_length = sizeof(so_error);
so_length         555 orte/mca/oob/tcp/oob_tcp_connection.c     if (getsockopt(peer->sd, SOL_SOCKET, SO_ERROR, (char *)&so_error, &so_length) < 0) {