Searched defs:lan (Results 1 – 1 of 1) sorted by relevance
413 struct lan { struct414 uint32_t tech; /* network technology */415 uint32_t speed; /* media bit or baud rate */416 uint32_t media; /* network media supported */417 uint32_t con; /* open/closed connector standard */418 uint32_t id_sz; /* length of lan station id */419 uchar_t id[16]; /* station ID */420 } lan; member