diff options
| author | Anton Kling <anton@kling.gg> | 2024-03-17 20:55:34 +0100 | 
|---|---|---|
| committer | Anton Kling <anton@kling.gg> | 2024-03-17 20:55:34 +0100 | 
| commit | 0dccff86e50dfe1555b8bc29862dba2b972a3705 (patch) | |
| tree | 8d0c354c65278afdc3427bb52e1e63900ccdbc05 /kernel/network/ipv4.h | |
| parent | 2e8b474d4219e7faaac3823e73c8d528c2698a37 (diff) | |
stuff
Diffstat (limited to 'kernel/network/ipv4.h')
| -rw-r--r-- | kernel/network/ipv4.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kernel/network/ipv4.h b/kernel/network/ipv4.h index 002aaa7..7b44eb1 100644 --- a/kernel/network/ipv4.h +++ b/kernel/network/ipv4.h @@ -1,4 +1,4 @@  #include <typedefs.h>  void handle_ipv4(const u8 *payload, u32 packet_length); -void send_ipv4_packet(u32 ip, u8 protocol, const u8 *payload, u16 length); +void send_ipv4_packet(ipv4_t ip, u8 protocol, const u8 *payload, u16 length); |