| /systemd/src/basic/ |
| H A D | af-list.c | 21 #include <sys/socket.h>
|
| H A D | selinux-util.h | 23 #include <sys/socket.h>
|
| H A D | audit-util.c | 23 #include <sys/socket.h> 94 fd = socket(AF_NETLINK, SOCK_RAW|SOCK_CLOEXEC|SOCK_NONBLOCK, NETLINK_AUDIT);
|
| H A D | fd-util.h | 25 #include <sys/socket.h>
|
| H A D | in-addr-util.h | 24 #include <sys/socket.h>
|
| H A D | socket-label.c | 25 #include <sys/socket.h> 37 #include "socket-util.h" 70 fd = socket(socket_address_family(a), a->type | flags, a->protocol); 120 /* Enforce the right access mode for the socket */ 154 return log_error_errno(r, "Failed to parse socket address \"%s\": %m", address);
|
| H A D | socket-util.h | 26 #include <sys/socket.h>
|
| /systemd/src/test/ |
| H A D | test-af-list.c | 21 #include <sys/socket.h>
|
| H A D | test-capability.c | 24 #include <sys/socket.h> 100 sock = socket(AF_INET, SOCK_RAW, IPPROTO_UDP); 109 sock = socket(AF_INET, SOCK_RAW, IPPROTO_UDP); 117 sock = socket(AF_INET, SOCK_RAW, IPPROTO_UDP); 126 sock = socket(AF_INET, SOCK_RAW, IPPROTO_UDP);
|
| /systemd/src/reply-password/ |
| H A D | reply-password.c | 23 #include <sys/socket.h> 86 fd = socket(AF_UNIX, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0); 88 r = log_error_errno(errno, "socket() failed: %m");
|
| /systemd/src/libsystemd-network/ |
| H A D | dhcp6-network.c | 25 #include <sys/socket.h> 33 #include "socket-util.h" 49 s = socket(AF_INET6, SOCK_DGRAM | SOCK_CLOEXEC | SOCK_NONBLOCK, IPPROTO_UDP);
|
| H A D | icmp6-util.c | 26 #include <sys/socket.h> 33 #include "socket-util.h" 52 s = socket(AF_INET6, SOCK_RAW | SOCK_CLOEXEC | SOCK_NONBLOCK, IPPROTO_ICMPV6); 63 IPV6_PKTINFO socket option also applies for ICMPv6 multicast. 65 IPV6_MULTICAST_IF socket option is used here instead */
|
| H A D | lldp-network.c | 28 #include "socket-util.h" 67 s = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
|
| H A D | dhcp-network.c | 25 #include <sys/socket.h> 32 #include "socket-util.h" 97 s = socket(AF_PACKET, SOCK_DGRAM | SOCK_CLOEXEC | SOCK_NONBLOCK, 0); 166 s = socket(AF_INET, SOCK_DGRAM | SOCK_CLOEXEC | SOCK_NONBLOCK, 0);
|
| /systemd/src/journal/ |
| H A D | journald-console.c | 21 #include <sys/socket.h>
|
| H A D | journal-send.c | 24 #include <sys/socket.h> 37 #include "socket-util.h" 68 fd = socket(AF_UNIX, SOCK_DGRAM|SOCK_CLOEXEC, 0); 213 .sun_path = "/run/systemd/journal/socket", 407 fd = socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0);
|
| /systemd/src/libsystemd/sd-resolve/ |
| H A D | test-resolve.c | 27 #include <sys/socket.h> 33 #include "socket-util.h"
|
| /systemd/src/systemd/ |
| H A D | sd-resolve.h | 25 #include <sys/socket.h>
|
| /systemd/src/core/ |
| H A D | service.h | 43 SERVICE_SIMPLE, /* we fork and go on right-away (i.e. modern socket activated daemons) */ 202 int service_set_socket_fd(Service *s, int fd, struct Socket *socket, bool selinux_context_net);
|
| H A D | socket.h | 26 #include "socket-util.h" 61 Socket *socket; member in struct:SocketPort
|
| /systemd/src/resolve/ |
| H A D | dns-type.c | 20 #include <sys/socket.h>
|
| H A D | resolved-llmnr.c | 136 m->llmnr_ipv4_udp_fd = socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0); 216 m->llmnr_ipv6_udp_fd = socket(AF_INET6, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0); 344 m->llmnr_ipv4_tcp_fd = socket(AF_INET, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0); 418 m->llmnr_ipv6_tcp_fd = socket(AF_INET6, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0);
|
| H A D | resolved-mdns.c | 148 m->mdns_ipv4_fd = socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0); 225 m->mdns_ipv6_fd = socket(AF_INET6, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0);
|
| /systemd/test/TEST-01-BASIC/ |
| H A D | test.sh | 68 ln -s /dev/null $initdir/etc/systemd/system/systemd-networkd.socket
|
| /systemd/src/tty-ask-password-agent/ |
| H A D | tty-ask-password-agent.c | 29 #include <sys/socket.h> 44 #include "socket-util.h" 93 fd = socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0); 264 socket_fd = socket(AF_UNIX, SOCK_DGRAM|SOCK_CLOEXEC, 0); 266 r = log_debug_errno(errno, "socket(): %m");
|