int fuzzing_read_packet(int fd, gnrc_pktsnip_t *pkt)
Read a network packet from the given file descriptor.
uint8_t * fuzzing_read_bytes(int fd, size_t *size)
Read data from the given file descriptor.
int fuzzing_init(ipv6_addr_t *addr, unsigned pfx_len)
Initialize dummy network interface with given address.
Definitions for IPv6 addresses.
General definitions for network packets and their helper functions.
Type to represent parts (either headers or payload) of a packet, called snips.
Data type to represent an IPv6 address.