Home
last modified time | relevance | path

Searched refs:TCPFwdList (Results 1 – 4 of 4) sorted by relevance

/external/dropbear/
Dtcpfwd.h47 struct TCPFwdList { struct
52 struct TCPFwdList * next; argument
Dcli-runopts.c41 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()
Drunopts.h113 struct TCPFwdList * remotefwds;
116 struct TCPFwdList * localfwds;
Dcli-tcpfwd.c148 struct TCPFwdList * iter = NULL; in setup_remotetcp()
168 struct TCPFwdList * iter = NULL; in newtcpforwarded()