Searched refs:allocated_port (Results 1 - 4 of 4) sorted by relevance

/external/openssh/
H A Dreadconf.h26 int allocated_port; /* Dynamically allocated listen port */ member in struct:__anon10494
H A Dmux.c597 rfwd->allocated_port = packet_get_int();
599 " to %s:%d", rfwd->allocated_port,
603 buffer_put_int(&out, rfwd->allocated_port);
714 options.remote_forwards[i].allocated_port);
1580 fwd->allocated_port = buffer_get_int(&m);
1582 fwd->allocated_port,
1586 fprintf(stdout, "%u\n", fwd->allocated_port);
H A Dssh.c1023 rfwd->allocated_port = packet_get_int();
1025 rfwd->allocated_port,
H A Dreadconf.c297 fwd->allocated_port = 0;

Completed in 48 milliseconds