NDD_MIB_QUERY
This control requests LANE device driver's MIB support structure based on whether the LAN being emulated is Ethernet or Token Ring.
If Ethernet, pass in the address of an ethernet_all_mib_t structure as defined in the file /usr/include/sys/ethernet_mibs.h.
If Token Ring, pass in the address of a token_ring_all_mib_t structure as defined in the file /usr/include/sys/tokenring_mibs.h.
The driver returns EINVAL if the buffer area is smaller than the required structure.
The device driver does not support any variables for read_write or write only. If the syntax of a member of the structure is some integer type, the level of support flag is stored in the whole field, regardless of the size of the field. For those fields which are defined as character arrays, the value is returned only in the first byte in the field.