Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/util/
H A Dnetevent.h347 int* tcp_more_write_again; member
H A Dnetevent.c1529 c->tcp_more_write_again = NULL;
2782 tcp_more_write_again(int fd, struct comm_point* c) function
2788 int* morewrite = c->tcp_more_write_again;
2872 int* morewrite = c->tcp_more_write_again;
2888 tcp_more_write_again(fd, c);
4688 if(c->tcp_more_write_again && *c->tcp_more_write_again)
4689 *c->tcp_more_write_again = 0;
/openbsd/sbin/unwind/libunbound/util/
H A Dnetevent.h347 int* tcp_more_write_again; member
H A Dnetevent.c1529 c->tcp_more_write_again = NULL;
2782 tcp_more_write_again(int fd, struct comm_point* c) function
2788 int* morewrite = c->tcp_more_write_again;
2872 int* morewrite = c->tcp_more_write_again;
2888 tcp_more_write_again(fd, c);
4688 if(c->tcp_more_write_again && *c->tcp_more_write_again)
4689 *c->tcp_more_write_again = 0;
/openbsd/usr.sbin/unbound/services/
H A Doutside_network.c753 pend->c->tcp_more_write_again = &pend->reuse.cp_more_write_again;
/openbsd/sbin/unwind/libunbound/services/
H A Doutside_network.c753 pend->c->tcp_more_write_again = &pend->reuse.cp_more_write_again;