Home
last modified time | relevance | path

Searched defs:ifmediareq (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/include/net/
H A Dif.h436 struct ifmediareq { struct
437 char ifm_name[IFNAMSIZ]; /* if name, e.g. "en0" */
438 int ifm_current; /* current media options */
439 int ifm_mask; /* don't care mask */
440 int ifm_status; /* media status */
441 int ifm_active; /* active options */
442 int ifm_count; /* # entries in ifm_ulist array */
443 int *ifm_ulist; /* media words */