Searched defs:ifmediareq (Results 1 – 2 of 2) sorted by relevance
460 struct ifmediareq { struct461 char ifm_name[IFNAMSIZ]; /* if name, e.g. "en0" */462 int ifm_current; /* current media options */463 int ifm_mask; /* don't care mask */464 int ifm_status; /* media status */465 int ifm_active; /* active options */466 int ifm_count; /* # entries in ifm_ulist array */467 int *ifm_ulist; /* media words */
446 struct ifmediareq { struct447 char ifm_name[IFNAMSIZ]; /* if name, e.g. "en0" */448 int ifm_current; /* current media options */449 int ifm_mask; /* don't care mask */450 int ifm_status; /* media status */451 int ifm_active; /* active options */452 int ifm_count; /* # entries in ifm_ulist array */453 int *ifm_ulist; /* media words */