mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-15 15:37:51 -04:00
Complete interface
This commit is contained in:
parent
edf3cd8b8a
commit
3fc42ad203
@ -50,6 +50,7 @@ static_assert(sizeof(header) == 14, "The size of the Ethernet header is 14 bytes
|
|||||||
void decode(packet& packet);
|
void decode(packet& packet);
|
||||||
|
|
||||||
packet prepare_packet(size_t size, size_t destination, ether_type type);
|
packet prepare_packet(size_t size, size_t destination, ether_type type);
|
||||||
|
packet finalize_packet(size_t size, size_t destination, ether_type type);
|
||||||
|
|
||||||
} // end of ethernet namespace
|
} // end of ethernet namespace
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user