HomeSort by relevance Sort by last modified time
    Searched refs:dataallowed (Results 1 - 3 of 3) sorted by null

  /external/dropbear/
common-session.c 83 ses.dataallowed = 0; /* don't send data yet, we'll wait until after kex */
146 if (ses.dataallowed) {
196 /* process pipes etc for the channels, ses.dataallowed == 0
198 if (ses.dataallowed) {
session.h 115 unsigned dataallowed : 1; /* whether we can send data packets or we are in member in struct:sshsession
common-kex.c 116 ses.dataallowed = 0; /* don't send other packets during kex */
118 TRACE(("DATAALLOWED=0"))
124 * Changed by mihnea from the original kex.c to set dataallowed after a
145 TRACE((" -> DATAALLOWED=1"))
146 ses.dataallowed = 1; /* we can send other packets again now */
169 TRACE((" -> DATAALLOWED=1"))
170 ses.dataallowed = 1; /* we can send other packets again now */

Completed in 12 milliseconds