Lines Matching refs:opt
214 "LCP-Auth-Opt", /* (24) */
591 int len, opt;
597 opt = p[0];
601 if ((opt >= LCPOPT_MIN) && (opt <= LCPOPT_MAX))
602 printf("\n\t %s Option (0x%02x), length %u (bogus, should be >= 2)", lcpconfopts[opt],opt,len);
604 printf("\n\tunknown LCP option 0x%02x", opt);
607 if ((opt >= LCPOPT_MIN) && (opt <= LCPOPT_MAX))
608 printf("\n\t %s Option (0x%02x), length %u: ", lcpconfopts[opt],opt,len);
610 printf("\n\tunknown LCP option 0x%02x", opt);
614 switch (opt) {
981 int len, opt;
988 opt = p[0];
993 tok2str(ipcpopt_values,"unknown",opt),
994 opt,
1000 tok2str(ipcpopt_values,"unknown",opt),
1001 opt,
1004 switch (opt) {
1096 printf(", invalid-length-%d", opt);
1108 int len, opt;
1114 opt = p[0];
1119 tok2str(ip6cpopt_values,"unknown",opt),
1120 opt,
1126 tok2str(ip6cpopt_values,"unknown",opt),
1127 opt,
1130 switch (opt) {
1152 printf(", invalid-length-%d", opt);
1165 int len, opt;
1171 opt = p[0];
1176 tok2str(ccpconfopts_values, "Unknown", opt),
1177 opt,
1183 tok2str(ccpconfopts_values, "Unknown", opt),
1184 opt,
1187 switch (opt) {
1223 int len, opt;
1229 opt = p[0];
1234 tok2str(bacconfopts_values, "Unknown", opt),
1235 opt,
1241 tok2str(bacconfopts_values, "Unknown", opt),
1242 opt,
1245 switch (opt) {