/src/dist/pf/usr.sbin/ftp-proxy/ |
ftp-proxy.c | 102 void client_read(struct bufferevent *, void *); 243 client_read(struct bufferevent *bufev, void *arg) function in typeref:typename:void 513 s->client_bufev = bufferevent_new(s->client_fd, &client_read, NULL,
|
ftp-proxy.c | 102 void client_read(struct bufferevent *, void *); 243 client_read(struct bufferevent *bufev, void *arg) function in typeref:typename:void 513 s->client_bufev = bufferevent_new(s->client_fd, &client_read, NULL,
|