summaryrefslogtreecommitdiff
path: root/kernel/network/ipv4.h
blob: 002aaa767ce7986fc2d9458ad830a0175ed52ffd (plain)
1
2
3
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);