HomeSort by relevance Sort by last modified time
    Searched full:dataallowed (Results 1 - 4 of 4) 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) {
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 */
session.h 115 unsigned dataallowed : 1; /* whether we can send data packets or we are in member in struct:sshsession
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 217 boolean dataAllowed = isDataAllowed();
218 boolean possible = dataAllowed && apnTypePossible;
223 apnType, possible, dataAllowed, apnTypePossible,
    [all...]

Completed in 101 milliseconds