HomeSort by relevance Sort by last modified time
    Searched defs:connectport (Results 1 - 2 of 2) sorted by null

  /external/dropbear/
tcpfwd.h 50 unsigned int connectport; member in struct:TCPFwdList
cli-runopts.c 364 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 > 65535)
    [all...]

Completed in 938 milliseconds