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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.c133 static uint_t i_wont_support = 0; variable
180 * and disable this type by updating the i_wont_support bitfield.
188 i_wont_support |= typemask(x);
193 if (!i_wont_support)
277 i_wont_support &= ~mask;
279 i_wont_support |= mask;
304 * each authentication type, depencing on the i_wont_support bitfield.
314 if (i_wont_support == (uint_t)-1)
325 (i_wont_support & typemask(ap->type)) ?
375 if (i_wont_support
[all...]

Completed in 55 milliseconds