Lines Matching full:cmdl
20 #include "cmdl.h"
105 struct cmdl *cmdl, void *data)
110 fprintf(stderr, "Usage: %s socket list\n", cmdl->argv[0]);
122 void cmd_socket_help(struct cmdl *cmdl)
128 cmdl->argv[0]);
131 int cmd_socket(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
139 return run_cmd(nlh, cmd, cmds, cmdl, NULL);