Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-daemon/
Dsd-daemon.c206 int other_type = 0; in sd_is_socket_internal() local
207 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()