Add untested support for UNDI transmit and receive.

This commit is contained in:
Michael Brown
2007-07-02 20:05:58 +01:00
parent e42eba4af4
commit 332614a382
7 changed files with 199 additions and 118 deletions

View File

@@ -122,6 +122,8 @@ struct ll_protocol {
uint16_t ll_proto;
/** Link-layer address length */
uint8_t ll_addr_len;
/** Link-layer header length */
uint8_t ll_header_len;
/** Link-layer broadcast address */
const uint8_t *ll_broadcast;
};