Searched refs:sd_is_socket (Results 1 - 11 of 11) sorted by relevance
/systemd/src/compat-libs/ |
H A D | libsystemd-daemon.sym | 18 sd_is_socket;
|
/systemd/src/systemd/ |
H A D | sd-daemon.h | 115 See sd_is_socket(3) for more information. 117 int sd_is_socket(int fd, int family, int type, int listening); 126 listening flag is used the same way as in sd_is_socket(). Returns a 142 flag is used the same way as in sd_is_socket(). Returns a negative
|
/systemd/src/libsystemd/ |
H A D | libsystemd.sym | 70 sd_is_socket;
|
/systemd/src/libsystemd/sd-daemon/ |
H A D | sd-daemon.c | 256 _public_ int sd_is_socket(int fd, int family, int type, int listening) { function
|
/systemd/src/bus-proxyd/ |
H A D | proxy.c | 252 is_unix = sd_is_socket(in_fd, AF_UNIX, 0, 0) > 0 && 253 sd_is_socket(out_fd, AF_UNIX, 0, 0) > 0;
|
/systemd/src/journal-remote/ |
H A D | journal-remote.c | 864 if (sd_is_socket(fd, AF_UNSPEC, 0, true)) { 873 } else if (sd_is_socket(fd, AF_UNSPEC, 0, false)) {
|
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-socket.c | 666 if (sd_is_socket(b->input_fd, AF_UNIX, 0, 0) <= 0) 670 if (sd_is_socket(b->output_fd, AF_UNIX, 0, 0) <= 0)
|
/systemd/src/socket-proxy/ |
H A D | socket-proxyd.c | 539 r = sd_is_socket(fd, 0, SOCK_STREAM, 1);
|
/systemd/src/udev/ |
H A D | udevd.c | 1279 if (sd_is_socket(fd, AF_LOCAL, SOCK_SEQPACKET, -1)) { 1286 if (sd_is_socket(fd, AF_NETLINK, SOCK_RAW, -1)) {
|
/systemd/src/network/ |
H A D | networkd-manager.c | 720 if (sd_is_socket(fd, AF_NETLINK, SOCK_RAW, -1) > 0) {
|
/systemd/src/journal/ |
H A D | journald-server.c | 1806 } else if (sd_is_socket(fd, AF_NETLINK, SOCK_RAW, -1) > 0) {
|
Completed in 77 milliseconds