Lines Matching full:cmdl
20 #include "cmdl.h"
73 struct cmdl *cmdl, void *data)
79 fprintf(stderr, "Usage: %s nametable show\n", cmdl->argv[0]);
91 void cmd_nametable_help(struct cmdl *cmdl)
97 cmdl->argv[0]);
100 int cmd_nametable(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
108 return run_cmd(nlh, cmd, cmds, cmdl, NULL);