Home
last modified time | relevance | path

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

/dragonfly/lib/libtelnet/
H A Dauth.c178 static int i_support = 0; variable
199 i_support = 0; in auth_init()
204 i_support |= typemask(ap->type); in auth_init()
341 if (i_support & ~i_wont_support & typemask(ap->type)) { in auth_request()
410 if ((i_support & ~i_wont_support) & typemask(*auth_send_data)) { in auth_send()