HomeSort by relevance Sort by last modified time
    Searched defs:authlist (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
ssh.h 111 const char *authlist; /* List of auth. methods, managed by libssh2 */ member in struct:ssh_conn
  /external/openssh/
sshconnect2.c 267 char *authlist; member in struct:cauthctxt
324 static Authmethod *authmethod_get(char *authlist);
386 authctxt.authlist = NULL;
455 userauth(Authctxt *authctxt, char *authlist)
462 if (authlist == NULL) {
463 authlist = authctxt->authlist;
465 free(authctxt->authlist);
466 authctxt->authlist = authlist;
551 char *authlist = NULL; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
hfa384x.h 2682 prism2sta_authlist_t authlist; \/* Authenticated station list. *\/ member in struct:hfa384x
    [all...]

Completed in 774 milliseconds