Searched refs:addforward (Results 1 – 1 of 1) sorted by relevance
41 static void addforward(char* str, struct TCPFwdList** fwdlist);126 addforward(argv[i], &cli_opts.remotefwds); in cli_getopts()134 addforward(argv[i], &cli_opts.localfwds); in cli_getopts()361 static void addforward(char* origstr, struct TCPFwdList** fwdlist) { in addforward() function