Searched refs:TCPListener (Results 1 – 4 of 4) sorted by relevance
129 const struct TCPListener *info1 = (struct TCPListener*)typedata1; in matchtcp()130 const struct TCPListener *info2 = (struct TCPListener*)typedata2; in matchtcp()144 struct TCPListener tcpinfo; in svr_cancelremotetcp()177 struct TCPListener *tcpinfo = NULL; in svr_remotetcpreq()205 tcpinfo = (struct TCPListener*)m_malloc(sizeof(struct TCPListener)); in svr_remotetcpreq()
39 struct TCPListener *tcpinfo = (struct TCPListener*)(listener->typedata); in cleanup_tcp()52 struct TCPListener *tcpinfo = (struct TCPListener*)(listener->typedata); in tcp_acceptor()100 int listen_tcpfwd(struct TCPListener* tcpinfo) { in listen_tcpfwd()
29 struct TCPListener { struct66 int listen_tcpfwd(struct TCPListener* tcpinfo); argument
91 struct TCPListener* tcpinfo = NULL; in cli_localtcp()97 tcpinfo = (struct TCPListener*)m_malloc(sizeof(struct TCPListener)); in cli_localtcp()