Searched refs:optinfo (Results 1 – 4 of 4) sorted by relevance
45 static struct optinfo *opt_info(int c);63 struct optinfo Opttable[] = {95 int Opttable_cnt = sizeof (Opttable) / sizeof (struct optinfo);101 opts_init(struct optinfo *table, int numentries) in opts_init()112 static struct optinfo *118 return ((struct optinfo *)lut_lookup(Info, lhs)); in opt_info()159 struct optinfo *info = opt_info(*ptr); in opts_parse()219 struct optinfo *info = opt_info(*o); in opts_set()516 static struct optinfo Testopttable[] = {537 sizeof (Testopttable) / sizeof (struct optinfo)); in main()
44 struct optinfo { struct56 void opts_init(struct optinfo *table, int numentries);72 extern struct optinfo Opttable[];
543 cp_optinfo_t *optinfo; in interpret_cp_options() local550 optinfo = lcp_optinfo; in interpret_cp_options()553 optinfo = ipcp_optinfo; in interpret_cp_options()556 optinfo = ipv6cp_optinfo; in interpret_cp_options()559 optinfo = ccp_optinfo; in interpret_cp_options()562 optinfo = ecp_optinfo; in interpret_cp_options()565 optinfo = muxcp_optinfo; in interpret_cp_options()582 optinfo_ptr = ppp_getoptinfo(optinfo, opttype); in interpret_cp_options()
434 optinfo(Opt_t* op, Sfio_t* sp, const char* s, Optdisc_t* dp) in optinfo() function461 optinit(&optdisc, optinfo); in b_cksum()