Searched refs:tcp_read_buf (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/usr.sbin/relayd/ |
H A D | check_tcp.c | 42 void tcp_read_buf(int, short, void *); 194 event_again(&cte->ev, cte->s, EV_TIMEOUT|EV_READ, tcp_read_buf, in tcp_host_up() 239 event_again(&cte->ev, s, EV_TIMEOUT|EV_READ, tcp_read_buf, in tcp_send_req() 249 tcp_read_buf(int s, short event, void *arg) in tcp_read_buf() function 295 event_again(&cte->ev, s, EV_TIMEOUT|EV_READ, tcp_read_buf, in tcp_read_buf()
|