Searched refs:i_wont_support (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/libtelnet/
H A Dauth.c188 static int i_wont_support = 0; variable
232 i_wont_support |= typemask(x);
294 i_wont_support &= ~mask;
296 i_wont_support |= mask;
317 if (i_wont_support == -1)
328 (i_wont_support & typemask(ap->type)) ?
350 if (i_support & ~i_wont_support & typemask(ap->type)) {
419 if ((i_support & ~i_wont_support) & typemask(*auth_send_data)) {

Completed in 30 milliseconds