Home | History | Annotate | Download | only in openssh

Lines Matching defs:nextstate

1450 	int newsock, nextstate;
1460 nextstate = SSH_CHANNEL_OPENING;
1464 nextstate = SSH_CHANNEL_DYNAMIC;
1467 nextstate = SSH_CHANNEL_OPENING;
1479 nc = channel_new(rtype, nextstate, newsock, newsock, -1,
1486 if (nextstate != SSH_CHANNEL_DYNAMIC)