Home
last modified time | relevance | path

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

/openbsd/usr.sbin/syslogd/
H A Dsyslogd.c325 void tcp_errorcb(struct bufferevent *, short, void *);
1436 tcp_errorcb(struct bufferevent *bufev, short event, void *arg) in tcp_errorcb() function
1514 bufferevent_setcb(bufev, tcp_dropcb, tcp_writecb, tcp_errorcb, f); in tcp_connectcb()
2898 tcp_dropcb, tcp_writecb, tcp_errorcb, f)) == NULL) { in cfline()