Definition in file fuzzing.h.
Go to the source code of this file.
Functions | |
int | fuzzing_init (ipv6_addr_t *addr, unsigned pfx_len) |
Initialize dummy network interface with given address. | |
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. | |