Searched refs:other_type (Results 1 – 1 of 1) sorted by relevance
206 int other_type = 0; in sd_is_socket_internal() local207 socklen_t l = sizeof(other_type); in sd_is_socket_internal()209 if (getsockopt(fd, SOL_SOCKET, SO_TYPE, &other_type, &l) < 0) in sd_is_socket_internal()212 if (l != sizeof(other_type)) in sd_is_socket_internal()215 if (other_type != type) in sd_is_socket_internal()