OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:listenport
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
tcpfwd.h
40
unsigned int
listenport
;
member in struct:TCPListener
51
unsigned int
listenport
;
member in struct:TCPFwdList
cli-runopts.c
60
"-L <
listenport
:remotehost:remoteport> Local port forwarding\n"
64
"-R <
listenport
:remotehost:remoteport> Remote port forwarding\n"
359
/* Turn a "
listenport
:remoteaddr:remoteport" string into into a forwarding
363
char *
listenport
= NULL;
local
375
listenport
= str;
397
newfwd->
listenport
= strtol(
listenport
, NULL, 10);
399
TRACE(("bad
listenport
strtol"))
411
if (newfwd->
listenport
> 65535) {
412
TRACE(("
listenport
> 65535")
[
all
...]
Completed in 29 milliseconds