Contiki 2.6
|
ICMPv6 echo request and error messages (RFC 4443) More...
#include <string.h>
#include "net/uip-ds6.h"
#include "net/uip-icmp6.h"
Go to the source code of this file.
Functions | |
ICMPv6 RFC4443 Message processing and sending | |
void | uip_icmp6_echo_request_input (void) |
\ brief Process an echo request | |
void | uip_icmp6_error_output (uint8_t type, uint8_t code, uint32_t param) |
Send an icmpv6 error message. | |
void | uip_icmp6_send (uip_ipaddr_t *dest, int type, int code, int payload_len) |
Send an icmpv6 message. |
ICMPv6 echo request and error messages (RFC 4443)
Definition in file uip-icmp6.c.