Home
last modified time | relevance | path

Searched refs:i_support (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.c130 static uint_t i_support = 0; variable
162 i_support = 0; in auth_init()
166 i_support |= typemask(ap->type); in auth_init()
371 if (!(i_support & typemask(*auth_send_data))) in auth_send_retry()