Home
last modified time | relevance | path

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

/systemd-251/src/socket-proxy/
Dsocket-proxyd.c323 static int connect_cb(sd_event_source *s, int fd, uint32_t revents, void *userdata) { in connect_cb() function
369 …sd_event_add_io(c->context->event, &c->client_event_source, c->client_fd, EPOLLOUT, connect_cb, c); in connection_start()