Lines Matching refs:tcp_proxy
116 struct tcp_proxy { struct
139 struct tcp_proxy* next; argument
522 tcp_proxy_delete(struct tcp_proxy* p) in tcp_proxy_delete()
550 service_tcp_listen(int s, fd_set* rorig, int* max, struct tcp_proxy** proxies,
556 struct tcp_proxy* p;
571 p = (struct tcp_proxy*)calloc(1, sizeof(*p));
716 service_tcp_relay(struct tcp_proxy** tcp_proxies, struct timeval* now,
720 struct tcp_proxy* p, **prev;
788 struct tcp_proxy* np = p->next;
809 struct ringbuf* ring, struct tcp_proxy* tcplist)
815 struct tcp_proxy* p;
881 tcp_proxy_list_clear(struct tcp_proxy* p)
883 struct tcp_proxy* np;
903 struct tcp_proxy* tcp_proxies = NULL;