Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif.h460 struct ifmediareq { struct
461 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 */
/f-stack/tools/compat/include/net/
H A Dif.h446 struct ifmediareq { struct
447 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 */