summaryrefslogtreecommitdiff
path: root/kernel/network/ipv4.h
blob: f578202016fe01e009c6f320e3655abb684d5ee5 (plain)
1
2
3
4
5
#include <stdint.h>

void handle_ipv4(const uint8_t *payload, uint32_t packet_length);
void send_ipv4_packet(uint32_t ip, uint8_t protocol, const uint8_t *payload,
                      uint16_t length);