OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 24 milliseconds