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

/freebsd-11.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.c175 static int i_wont_support = 0; variable
219 i_wont_support |= typemask(x);
281 i_wont_support &= ~mask;
283 i_wont_support |= mask;
304 if (i_wont_support == -1)
315 (i_wont_support & typemask(ap->type)) ?
337 if (i_support & ~i_wont_support & typemask(ap->type)) {
406 if ((i_support & ~i_wont_support) & typemask(*auth_send_data)) {
/freebsd-11.0-release/contrib/telnet/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 61 milliseconds