Home | History | Annotate | Download | only in tipc

Lines Matching full:cmdl

22 #include "cmdl.h"
28 struct cmdl *cmdl, void *data)
35 if ((cmdl->argc != cmdl->optind + 1) || help_flag) {
37 cmdl->argv[0]);
41 str = shift_cmdl(cmdl);
58 static void cmd_peer_rm_help(struct cmdl *cmdl)
61 cmdl->argv[0]);
65 struct cmdl *cmdl, void *data)
72 return run_cmd(nlh, cmd, cmds, cmdl, NULL);
75 void cmd_peer_help(struct cmdl *cmdl)
81 cmdl->argv[0]);
84 int cmd_peer(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
92 return run_cmd(nlh, cmd, cmds, cmdl, NULL);