Searched refs:opttab (Results 1 – 1 of 1) sorted by relevance
372 } opttab[] = {{"netmask", 1, OT_ADDR_LIST}, variable451 for (i = 0; opttab[i].name; i++) in option_string()452 if (opttab[i].val == opt) { in option_string()453 if (is_ip) *is_ip = !!(opttab[i].size & OT_ADDR_LIST); in option_string()454 if (is_name) *is_name = !!(opttab[i].size & OT_NAME); in option_string()455 return opttab[i].name; in option_string()649 for (i = 0; opttab[i].name; i++) in display_opts()650 if (!(opttab[i].size & OT_INTERNAL)) printf("%3d %s\n", opttab[i].val, opttab[i].name); in display_opts()681 for (i = 0; opttab[i].name; i++) in parse_dhcp_opt()682 if (!(opttab[i].size & OT_INTERNAL) && strcasecmp(opttab[i].name, arg + 7) == 0) { in parse_dhcp_opt()[all …]