HomeSort by: relevance | last modified time | path
    Searched defs:client_read (Results 1 - 2 of 2) sorted by relevancy

  /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,

Completed in 21 milliseconds