Home
last modified time | relevance | path

Searched refs:rfwd (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dssh.c1431 struct Forward *rfwd = (struct Forward *)ctxt; in ssh_confirm_remote_forward() local
1436 rfwd->listen_path ? rfwd->listen_path : in ssh_confirm_remote_forward()
1437 rfwd->listen_host ? rfwd->listen_host : "", in ssh_confirm_remote_forward()
1438 (rfwd->listen_path || rfwd->listen_host) ? ":" : "", in ssh_confirm_remote_forward()
1439 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in ssh_confirm_remote_forward()
1440 rfwd->connect_host, rfwd->connect_port); in ssh_confirm_remote_forward()
1441 if (rfwd->listen_path == NULL && rfwd->listen_port == 0) { in ssh_confirm_remote_forward()
1443 rfwd->allocated_port = packet_get_int(); in ssh_confirm_remote_forward()
1445 rfwd->allocated_port, in ssh_confirm_remote_forward()
1446 rfwd->connect_host, rfwd->connect_port); in ssh_confirm_remote_forward()
[all …]
Dmux.c586 struct Forward *rfwd; in mux_confirm_remote_forward() local
600 rfwd = &options.remote_forwards[fctx->fid]; in mux_confirm_remote_forward()
603 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in mux_confirm_remote_forward()
604 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward()
606 if (rfwd->listen_port == 0) { in mux_confirm_remote_forward()
607 rfwd->allocated_port = packet_get_int(); in mux_confirm_remote_forward()
609 " to %s:%d", rfwd->allocated_port, in mux_confirm_remote_forward()
610 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward()
613 buffer_put_int(&out, rfwd->allocated_port); in mux_confirm_remote_forward()
614 channel_update_permitted_opens(rfwd->handle, in mux_confirm_remote_forward()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFilteredSentenceBreakIterator.java99 BytesTrie.Result rfwd = BytesTrie.Result.INTERMEDIATE_VALUE; in next() local
102 && ((rfwd = forwardsPartialTrie.nextForCodePoint(uch)).hasNext())) { in next()
104 if (rfwd.matches()) { in next()
/external/icu/icu4c/source/i18n/
Dfilteredbrk.cpp268 UStringTrieResult rfwd = USTRINGTRIE_INTERMEDIATE_VALUE; in next() local
272 USTRINGTRIE_HAS_NEXT(rfwd=fForwardsPartialTrie->nextForCodePoint(uch))) { in next()
275 if(USTRINGTRIE_MATCHES(rfwd)) { in next()