Searched refs:TCPFwdList (Results 1 – 4 of 4) sorted by relevance
47 struct TCPFwdList { struct52 struct TCPFwdList * next; argument
41 static void addforward(char* str, struct TCPFwdList** fwdlist);361 static void addforward(char* origstr, struct TCPFwdList** fwdlist) { in addforward()366 struct TCPFwdList* newfwd = NULL; in addforward()393 newfwd = (struct TCPFwdList*)m_malloc(sizeof(struct TCPFwdList)); in addforward()
113 struct TCPFwdList * remotefwds;116 struct TCPFwdList * localfwds;
148 struct TCPFwdList * iter = NULL; in setup_remotetcp()168 struct TCPFwdList * iter = NULL; in newtcpforwarded()