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

/freebsd-11-stable/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-stable/contrib/telnet/libtelnet/
H A Dauth.c184 static int i_wont_support = 0; variable
228 i_wont_support |= typemask(x);
290 i_wont_support &= ~mask;
292 i_wont_support |= mask;
313 if (i_wont_support == -1)
324 (i_wont_support & typemask(ap->type)) ?
346 if (i_support & ~i_wont_support & typemask(ap->type)) {
415 if ((i_support & ~i_wont_support) & typemask(*auth_send_data)) {

Completed in 61 milliseconds