Searched refs:rfwd (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | ssh.c | 1430 struct Forward *rfwd = (struct Forward *)ctxt; in ssh_confirm_remote_forward() local 1435 rfwd->listen_path ? rfwd->listen_path : in ssh_confirm_remote_forward() 1436 rfwd->listen_host ? rfwd->listen_host : "", in ssh_confirm_remote_forward() 1437 (rfwd->listen_path || rfwd->listen_host) ? ":" : "", in ssh_confirm_remote_forward() 1438 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in ssh_confirm_remote_forward() 1439 rfwd->connect_host, rfwd->connect_port); in ssh_confirm_remote_forward() 1440 if (rfwd->listen_path == NULL && rfwd->listen_port == 0) { in ssh_confirm_remote_forward() 1442 rfwd->allocated_port = packet_get_int(); in ssh_confirm_remote_forward() 1444 rfwd->allocated_port, in ssh_confirm_remote_forward() 1445 rfwd->connect_host, rfwd->connect_port); in ssh_confirm_remote_forward() [all …]
|
D | mux.c | 586 struct Forward *rfwd; in mux_confirm_remote_forward() local 602 rfwd = &options.remote_forwards[fctx->fid]; in mux_confirm_remote_forward() 605 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in mux_confirm_remote_forward() 606 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward() 608 if (rfwd->listen_port == 0) { in mux_confirm_remote_forward() 609 rfwd->allocated_port = packet_get_int(); in mux_confirm_remote_forward() 611 " to %s:%d", rfwd->allocated_port, in mux_confirm_remote_forward() 612 rfwd->connect_host, rfwd->connect_port); in mux_confirm_remote_forward() 615 buffer_put_int(&out, rfwd->allocated_port); in mux_confirm_remote_forward() 616 channel_update_permitted_opens(rfwd->handle, in mux_confirm_remote_forward() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | SimpleFilteredSentenceBreakIterator.java | 107 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/ |
D | SimpleFilteredSentenceBreakIterator.java | 105 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/ |
D | filteredbrk.cpp | 312 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()
|