Searched defs:peer (Results 1 - 5 of 5) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-stream.h35 union sockaddr_union peer; member in struct:DnsStream
/systemd/src/activate/
H A Dactivate.c299 _cleanup_free_ char *local = NULL, *peer = NULL; local
307 getpeername_pretty(fd_accepted, true, &peer);
308 log_info("Connection from %s to %s", strna(peer), strna(local));
/systemd/src/libsystemd/sd-bus/
H A Dbus-socket.c177 sd_id128_t peer; local
221 peer.bytes[i/2] = ((uint8_t) x << 4 | (uint8_t) y);
225 !sd_id128_equal(b->server_id, peer))
228 b->server_id = peer;
606 /* Get the peer for socketpair() sockets */
609 /* Get the SELinux context of the peer */
613 log_debug_errno(r, "Failed to determine peer security context: %m");
/systemd/src/socket-proxy/
H A Dsocket-proxyd.c492 _cleanup_free_ char *peer = NULL; local
506 getpeername_pretty(nfd, true, &peer);
507 log_debug("New connection from %s", strna(peer));
/systemd/src/core/
H A Dservice.c3173 _cleanup_free_ char *peer = NULL; local
3192 if (getpeername_pretty(fd, true, &peer) >= 0) {
3197 a = strjoin(UNIT(s)->description, " (", peer, ")", NULL);
3203 r = unit_set_description(UNIT(s), peer);

Completed in 30 milliseconds