tcp_proxy
struct tcp_proxy* next;
tcp_proxy_delete(struct tcp_proxy* p)
service_tcp_listen(int s, fd_set* rorig, int* max, struct tcp_proxy** proxies,
struct tcp_proxy* p;
p = (struct tcp_proxy*)calloc(1, sizeof(*p));
service_tcp_relay(struct tcp_proxy** tcp_proxies, struct timeval* now,
struct tcp_proxy* p, **prev;
struct tcp_proxy* np = p->next;
struct ringbuf* ring, struct tcp_proxy* tcplist)
struct tcp_proxy* p;
tcp_proxy_list_clear(struct tcp_proxy* p)
struct tcp_proxy* np;
struct tcp_proxy* tcp_proxies = NULL;