Searched refs:datagram (Results 1 – 4 of 4) sorted by relevance
32 `systemd-journald.service` listens. Each datagram sent to this socket37 * A datagram with the literal journal entry data as payload, without40 * A datagram with an empty payload, but with a single47 binary format in the datagram payload and in the `memfd` memory is48 identical. Typically a client would attempt to first send the data as datagram57 Each datagram should consist of a number of environment-like key/value63 Serialization into the datagram payload or `memfd` is straightforward: each85 particular with tools such as `strace` that can show datagram content as text101 The order in which the fields are serialized within one datagram is undefined107 frame). It's highly recommended to send these as a single datagram, using a[all …]
33 …to acquire the necessary privileges in some other way and send a single datagram to the socket con…
1119 _cleanup_free_ void *datagram = NULL; in on_notify_socket() local1129 n = read_datagram(fd, &sender, &datagram, &passed_fd); in on_notify_socket()1147 l = strv_split(datagram, "\n"); in on_notify_socket()
8430 for SOCK_DGRAM and SOCK_SEQPACKET sockets using the new --datagram