Searched defs:connectport (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/
H A Dtcpfwd.h50 unsigned int connectport; member in struct:TCPFwdList
H A Dcli-runopts.c364 char * connectport = NULL; local
385 connectport = strchr(connectaddr, ':');
386 if (connectport == NULL) {
387 TRACE(("connectport == NULL"))
390 *connectport = '\0';
391 connectport++;
403 newfwd->connectport = strtol(connectport, NULL, 10);
405 TRACE(("bad connectport strtol"))
416 if (newfwd->connectport > 6553
[all...]

Completed in 28 milliseconds