Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_client_posix.cc136 int so_error = 0; in on_writable() local
169 so_error_size = sizeof(so_error); in on_writable()
170 err = getsockopt(grpc_fd_wrapped_fd(fd), SOL_SOCKET, SO_ERROR, &so_error, in on_writable()
178 switch (so_error) { in on_writable()
205 error = GRPC_OS_ERROR(so_error, "connect"); in on_writable()
210 error = GRPC_OS_ERROR(so_error, "getsockopt(SO_ERROR)"); in on_writable()