Searched refs:intf_commands (Results 1 – 1 of 1) sorted by relevance
105 struct intf_func intf_commands[] = { variable424 for (i = 0; intf_commands[i].func != NULL; i++) in Ginterface()425 if (strncasecmp(buf, intf_commands[i].com, in Ginterface()426 strlen(intf_commands[i].com)) == 0) in Ginterface()427 return intf_commands[i].func(conf_if, buf + in Ginterface()428 strlen(intf_commands[i].com) + 1); in Ginterface()