ICMPv6 error message definitions. More...
ICMPv6 error message definitions.
Definition in file error.h.
#include <errno.h>
#include <stdint.h>
#include "net/icmpv6.h"
#include "net/ipv6/hdr.h"
#include "net/gnrc/ipv6.h"
#include "net/gnrc/netapi.h"
#include "net/gnrc/pkt.h"
Go to the source code of this file.
Functions | |
void | gnrc_icmpv6_error_dst_unr_send (uint8_t code, const gnrc_pktsnip_t *orig_pkt) |
Sends an ICMPv6 destination unreachable message for sending. More... | |
void | gnrc_icmpv6_error_pkt_too_big_send (uint32_t mtu, const gnrc_pktsnip_t *orig_pkt) |
Sends an ICMPv6 packet too big message for sending. More... | |
void | gnrc_icmpv6_error_time_exc_send (uint8_t code, const gnrc_pktsnip_t *orig_pkt) |
Sends an ICMPv6 time exceeded message for sending. More... | |
void | gnrc_icmpv6_error_param_prob_send (uint8_t code, void *ptr, const gnrc_pktsnip_t *orig_pkt) |
Sends an ICMPv6 parameter problem message for sending. More... | |