HomeSort by: relevance | last modified time | path
    Searched defs:i_support (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libtelnet/
auth.c 133 static int i_support = 0; variable in typeref:typename:int
154 i_support = 0;
159 i_support |= typemask(ap->type);
296 if (i_support & ~i_wont_support & typemask(ap->type)) {
365 if ((i_support & ~i_wont_support) & typemask(*auth_send_data)) {
auth.c 133 static int i_support = 0; variable in typeref:typename:int
154 i_support = 0;
159 i_support |= typemask(ap->type);
296 if (i_support & ~i_wont_support & typemask(ap->type)) {
365 if ((i_support & ~i_wont_support) & typemask(*auth_send_data)) {

Completed in 23 milliseconds