Searched defs:ifconfig_args (Results 1 – 1 of 1) sorted by relevance
225 struct ifconfig_args { struct226 bool all; /* Match everything */227 bool downonly; /* Down-only items */228 bool uponly; /* Up-only items */229 bool namesonly; /* Output only names */230 bool noload; /* Do not load relevant kernel modules */231 bool supmedia; /* Supported media */232 bool printkeys; /* Print security keys */233 bool allfamilies; /* Print all families */234 bool drivername; /* Print driver name */[all …]