Rev 4307 | Rev 4350 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4307 | Rev 4332 | ||
|---|---|---|---|
| Line 93... | Line 93... | ||
| 93 | */ |
93 | */ |
| 94 | int phone; |
94 | int phone; |
| 95 | /** Maximal transmission unit. |
95 | /** Maximal transmission unit. |
| 96 | */ |
96 | */ |
| 97 | size_t mtu; |
97 | size_t mtu; |
| 98 | /** Dummy device. |
98 | /** Various device flags. |
| - | 99 | * @see ETH_DUMMY |
|
| 99 | * Preamble and FCS are mandatory part of the packets. |
100 | * @see ETH_MODE_MASK |
| 100 | */ |
101 | */ |
| 101 | int dummy; |
102 | int flags; |
| 102 | /** Actual device hardware address. |
103 | /** Actual device hardware address. |
| 103 | */ |
104 | */ |
| 104 | measured_string_ref addr; |
105 | measured_string_ref addr; |
| 105 | /** Actual device hardware address data. |
106 | /** Actual device hardware address data. |
| 106 | */ |
107 | */ |