All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

ICMPv6 error message definitions. More...

Detailed Description

ICMPv6 error message definitions.

Author
Martine Lenders mlend.nosp@m.ers@.nosp@m.inf.f.nosp@m.u-be.nosp@m.rlin..nosp@m.de

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"
+ Include dependency graph for error.h:
+ This graph shows which files directly or indirectly include this file:

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.
 
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.
 
void gnrc_icmpv6_error_time_exc_send (uint8_t code, const gnrc_pktsnip_t *orig_pkt)
 Sends an ICMPv6 time exceeded message for sending.
 
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.