19#ifndef NET_GNRC_IPV6_HDR_H
20#define NET_GNRC_IPV6_HDR_H
gnrc_pktsnip_t * gnrc_ipv6_hdr_build(gnrc_pktsnip_t *payload, const ipv6_addr_t *src, const ipv6_addr_t *dst)
Builds an IPv6 header for sending and adds it to the packet buffer.
General definitions for network packets and their helper functions.
IPv6 header type and helper function definitions.
Type to represent parts (either headers or payload) of a packet, called snips.
Data type to represent an IPv6 address.