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

  /external/dropbear/
svr-tcpfwd.c 70 unsigned int wantreply = 0; local
81 wantreply = buf_getbool(ses.payload);
97 if (wantreply) {
cli-chansession.c 60 int wantreply; local
65 wantreply = buf_getbool(ses.payload);
svr-chansession.c 314 unsigned char wantreply; local
321 wantreply = buf_getbool(ses.payload);
358 if (wantreply) {

Completed in 29 milliseconds