Loading...
Searching...
No Matches
fuzzing.h File Reference

Detailed Description

Author
Sören Tempel tempe.nosp@m.l@un.nosp@m.i-bre.nosp@m.men..nosp@m.de

Definition in file fuzzing.h.

#include <stdint.h>
#include "net/ipv6/addr.h"
#include "net/gnrc/pkt.h"
+ Include dependency graph for 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.