HomeSort by relevance Sort by last modified time
    Searched refs:TCPFwdList (Results 1 - 4 of 4) sorted by null

  /external/dropbear/
tcpfwd.h 47 struct TCPFwdList {
52 struct TCPFwdList * next;
runopts.h 113 struct TCPFwdList * remotefwds;
116 struct TCPFwdList * localfwds;
cli-runopts.c 41 static void addforward(char* str, struct TCPFwdList** fwdlist);
361 static void addforward(char* origstr, struct TCPFwdList** fwdlist) {
366 struct TCPFwdList* newfwd = NULL;
393 newfwd = (struct TCPFwdList*)m_malloc(sizeof(struct TCPFwdList));
cli-tcpfwd.c 148 struct TCPFwdList * iter = NULL;
168 struct TCPFwdList * iter = NULL;

Completed in 299 milliseconds