Searched defs:ifconfig_args (Results 1 – 1 of 1) sorted by relevance
235 struct ifconfig_args { struct236 bool all; /* Match everything */237 bool downonly; /* Down-only items */238 bool uponly; /* Up-only items */239 bool namesonly; /* Output only names */240 bool noload; /* Do not load relevant kernel modules */241 bool supmedia; /* Supported media */242 bool printkeys; /* Print security keys */243 bool allfamilies; /* Print all families */244 bool drivername; /* Print driver name */[all …]