HomeSort by relevance Sort by last modified time
    Searched refs:lauth (Results 1 - 2 of 2) sorted by null

  /external/libppp/src/
command.h 51 u_char lauth; member in struct:cmdtab
command.c 199 if (cmd->lauth & LOCAL_CX)
201 else if (cmd->lauth & LOCAL_CX_OPT)
221 if ((cmd->lauth & arg->prompt->auth) &&
232 if (cmd->name && (cmd->lauth & arg->prompt->auth)) {
244 if (cmd->name && (cmd->lauth & arg->prompt->auth)) {
    [all...]

Completed in 190 milliseconds