Searched refs:myopts (Results 1 – 5 of 5) sorted by relevance
68 static char *myopts[] = { variable131 switch (getsubopt(&options, myopts, in main()
116 static char myopts[MAXOPTLEN]; variable363 if (myopts[TELOPT_ENCRYPT] == OPT_YES) in auth_finished()365 myopts[TELOPT_ENCRYPT] = remopts[TELOPT_ENCRYPT] = OPT_NO; in auth_finished()368 myopts[TELOPT_ENCRYPT] == OPT_YES && in auth_finished()2474 myopts[TELOPT_AUTHENTICATION] = OPT_NO; in getauthtype()2559 if (myopts[TELOPT_ENCRYPT] != OPT_YES) { in getencrtype()2577 myopts[TELOPT_ENCRYPT] = OPT_YES; in getencrtype()2584 myopts[TELOPT_ENCRYPT] == OPT_YES) { in getencrtype()2610 myopts[TELOPT_ENCRYPT] = OPT_NO; in getencrtype()3075 if (!myopts[TELOPT_SGA]) { in doit()[all …]
60 static char *myopts[] = { variable211 switch (getsubopt(&subopts, myopts, &value)) { in parse_subopts()
767 static char *myopts[] = { in str2opt() local776 switch ((opt = getsubopt(&opts, myopts, &value))) { in str2opt()
104 char *myopts[] = { variable670 switch (getsubopt(&mntopts, myopts, &value)) { in flags()