Home
last modified time | relevance | path

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

/systemd-251/docs/
DJOURNAL_NATIVE_PROTOCOL.md32 `systemd-journald.service` listens. Each datagram sent to this socket
37 * A datagram with the literal journal entry data as payload, without
40 * A datagram with an empty payload, but with a single
47 binary format in the datagram payload and in the `memfd` memory is
48 identical. Typically a client would attempt to first send the data as datagram
57 Each datagram should consist of a number of environment-like key/value
63 Serialization into the datagram payload or `memfd` is straightforward: each
85 particular with tools such as `strace` that can show datagram content as text
101 The order in which the fields are serialized within one datagram is undefined
107 frame). It's highly recommended to send these as a single datagram, using a
[all …]
DPASSWORD_AGENTS.md33 …to acquire the necessary privileges in some other way and send a single datagram to the socket con…
/systemd-251/src/home/
Dhomed-manager.c1119 _cleanup_free_ void *datagram = NULL; in on_notify_socket() local
1129 n = read_datagram(fd, &sender, &datagram, &passed_fd); in on_notify_socket()
1147 l = strv_split(datagram, "\n"); in on_notify_socket()
/systemd-251/
DNEWS8430 for SOCK_DGRAM and SOCK_SEQPACKET sockets using the new --datagram