Home
last modified time | relevance | path

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

/external/openssh/
Dssh.c1530 struct Forward *rfwd = (struct Forward *)ctxt; in ssh_confirm_remote_forward() local
1535 rfwd->listen_path ? rfwd->listen_path : in ssh_confirm_remote_forward()
1536 rfwd->listen_host ? rfwd->listen_host : "", in ssh_confirm_remote_forward()
1537 (rfwd->listen_path || rfwd->listen_host) ? ":" : "", in ssh_confirm_remote_forward()
1538 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in ssh_confirm_remote_forward()
1539 rfwd->connect_host, rfwd->connect_port); in ssh_confirm_remote_forward()
1540 if (rfwd->listen_path == NULL && rfwd->listen_port == 0) { in ssh_confirm_remote_forward()
1542 rfwd->allocated_port = packet_get_int(); in ssh_confirm_remote_forward()
1544 rfwd->allocated_port, in ssh_confirm_remote_forward()
1545 rfwd->connect_host, rfwd->connect_port); in ssh_confirm_remote_forward()
[all …]
Dmux.c589 struct Forward *rfwd; in mux_confirm_remote_forward() local
605 rfwd = &options.remote_forwards[fctx->fid]; in mux_confirm_remote_forward()
608 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in mux_confirm_remote_forward()
609 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward()
611 if (rfwd->listen_port == 0) { in mux_confirm_remote_forward()
612 rfwd->allocated_port = packet_get_int(); in mux_confirm_remote_forward()
614 " to %s:%d", rfwd->allocated_port, in mux_confirm_remote_forward()
615 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward()
618 buffer_put_int(&out, rfwd->allocated_port); in mux_confirm_remote_forward()
619 channel_update_permitted_opens(rfwd->handle, in mux_confirm_remote_forward()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DSimpleFilteredSentenceBreakIterator.java107 BytesTrie.Result rfwd = BytesTrie.Result.INTERMEDIATE_VALUE; in breakExceptionAt() local
110 && ((rfwd = forwardsPartialTrie.nextForCodePoint(uch)).hasNext())) { in breakExceptionAt()
112 if (rfwd.matches()) { in breakExceptionAt()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFilteredSentenceBreakIterator.java105 BytesTrie.Result rfwd = BytesTrie.Result.INTERMEDIATE_VALUE; in breakExceptionAt() local
108 && ((rfwd = forwardsPartialTrie.nextForCodePoint(uch)).hasNext())) { in breakExceptionAt()
110 if (rfwd.matches()) { in breakExceptionAt()
/external/icu/icu4c/source/common/
Dfilteredbrk.cpp312 UStringTrieResult rfwd = USTRINGTRIE_INTERMEDIATE_VALUE; in breakExceptionAt() local
316 USTRINGTRIE_HAS_NEXT(rfwd=fData->fForwardsPartialTrie->nextForCodePoint(uch))) { in breakExceptionAt()
319 if(USTRINGTRIE_MATCHES(rfwd)) { in breakExceptionAt()