Searched refs:Proxy (Results 1 - 8 of 8) sorted by relevance
/systemd/src/bus-proxyd/ |
H A D | proxy.h | 26 typedef struct Proxy Proxy; typedef in typeref:struct:Proxy 31 struct Proxy { struct 53 Proxy *proxy; 58 int proxy_new(Proxy **out, int in_fd, int out_fd, const char *dest); 59 Proxy *proxy_free(Proxy *p); 61 int proxy_set_policy(Proxy *p, SharedPolicy *policy, char **configuration); 62 int proxy_hello_policy(Proxy *p, uid_t original_uid); 64 int proxy_run(Proxy * [all...] |
H A D | driver.h | 27 int bus_proxy_process_driver(Proxy *p, sd_bus *a, sd_bus *b, sd_bus_message *m, SharedPolicy *sp, const struct ucred *ucred, Set *owned_names);
|
H A D | synthesize.h | 36 int synthesize_name_acquired(Proxy *p, sd_bus *a, sd_bus *b, sd_bus_message *m);
|
H A D | proxy.c | 49 static int proxy_create_destination(Proxy *p, const char *destination, const char *local_sec, bool negotiate_fds) { 105 static int proxy_create_local(Proxy *p, bool negotiate_fds) { 154 Proxy *p = userdata; 165 static int proxy_prepare_matches(Proxy *p) { 227 int proxy_new(Proxy **out, int in_fd, int out_fd, const char *destination) { 228 _cleanup_(proxy_freep) Proxy *p = NULL; 238 p = new0(Proxy, 1); 278 Proxy *proxy_free(Proxy *p) { 306 int proxy_set_policy(Proxy * [all...] |
H A D | stdio-bridge.c | 215 _cleanup_(proxy_freep) Proxy *p = NULL;
|
H A D | synthesize.c | 155 int synthesize_name_acquired(Proxy *p, sd_bus *a, sd_bus *b, sd_bus_message *m) {
|
H A D | bus-proxyd.c | 85 _cleanup_(proxy_freep) Proxy *p = NULL;
|
H A D | driver.c | 96 int bus_proxy_process_driver(Proxy *p, sd_bus *a, sd_bus *b, sd_bus_message *m, SharedPolicy *sp, const struct ucred *ucred, Set *owned_names) {
|
Completed in 50 milliseconds