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

/systemd/src/libsystemd/sd-daemon/
H A Dsd-daemon.c226 int other_type = 0; local
227 socklen_t l = sizeof(other_type);
229 if (getsockopt(fd, SOL_SOCKET, SO_TYPE, &other_type, &l) < 0)
232 if (l != sizeof(other_type))
235 if (other_type != type)

Completed in 13 milliseconds