Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.c3294 if(c->tcp_parent) {
3295 if(c != c->tcp_parent->tcp_free) {
3296 c->tcp_parent->cur_tcp_count--;
3297 c->tcp_free = c->tcp_parent->tcp_free;
3298 c->tcp_parent->tcp_free = c;
3302 comm_point_start_listening(c->tcp_parent, -1, -1);
4594 if(c->tcp_parent) {
4595 c->dnscrypt = c->tcp_parent->dnscrypt;
4685 if(c->tcp_parent) {
4686 if(c != c->tcp_parent->tcp_free) {
[all …]
H A Dnetevent.h226 struct comm_point* tcp_parent; member