mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:47:45 +00:00
Kernel: More work on the ICMP and IPv4 support.
This commit is contained in:
parent
9858be636f
commit
87ecf290f4
9 changed files with 63 additions and 53 deletions
|
@ -20,7 +20,7 @@ public:
|
|||
void set_ipv4_address(const IPv4Address&);
|
||||
|
||||
void send(const MACAddress&, const ARPPacket&);
|
||||
void send_ipv4(const MACAddress&, const void*, size_t);
|
||||
void send_ipv4(const MACAddress&, const IPv4Address&, IPv4Protocol, ByteBuffer&& payload);
|
||||
|
||||
ByteBuffer dequeue_packet();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue