summaryrefslogtreecommitdiff
path: root/network/udp.h
blob: 8278b87924bfcaf58cc0779d301fda33a0121676 (plain)
1
2
3
#include <stdint.h>

void handle_udp(uint8_t src_ip[4], const uint8_t *payload, uint32_t packet_length);