Searched defs:cmd_context (Results 1 – 1 of 1) sorted by relevance
194 struct cmd_context { struct195 const char *devname; /* net device name */196 int fd; /* socket suitable for ethtool ioctl */197 struct ifreq ifr; /* ifreq suitable for ethtool ioctl */198 int argc; /* number of arguments to the sub-command */199 char **argp; /* arguments to the sub-command */