Searched refs:in_fd (Results 1 - 3 of 3) sorted by relevance

/systemd/src/bus-proxyd/
H A Dproxy.h58 int proxy_new(Proxy **out, int in_fd, int out_fd, const char *dest);
H A Dproxy.c227 int proxy_new(Proxy **out, int in_fd, int out_fd, const char *destination) { argument
240 safe_close(in_fd);
245 p->local_in = in_fd;
252 is_unix = sd_is_socket(in_fd, AF_UNIX, 0, 0) > 0 &&
256 (void) getpeercred(in_fd, &p->local_creds);
257 (void) getpeersec(in_fd, &local_sec);
/systemd/src/test/
H A Dtest-copy.c65 _cleanup_close_ int in_fd = -1, out_fd = -1; local
69 in_fd = mkostemp_safe(in_fn, O_RDWR);
70 assert_se(in_fd >= 0);

Completed in 30 milliseconds