Contiki-Inga 3.x
|
ICMPv6 echo request and error messages (RFC 4443)More...
#include <string.h>
#include "net/ipv6/uip-ds6.h"
#include "net/ipv6/uip-icmp6.h"
#include "contiki-default-conf.h"
#include "rpl/rpl.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 More... | |
void | uip_icmp6_error_output (uint8_t type, uint8_t code, uint32_t param) |
Send an icmpv6 error message. More... | |
void | uip_icmp6_send (const uip_ipaddr_t *dest, int type, int code, int payload_len) |
Send an icmpv6 message. More... | |
void | uip_icmp6_echo_reply_input (void) |
\ brief Process an echo reply More... | |
void | uip_icmp6_echo_reply_callback_add (struct uip_icmp6_echo_reply_notification *n, uip_icmp6_echo_reply_callback_t c) |
Add a callback function for ping replies. More... | |
void | uip_icmp6_echo_reply_callback_rm (struct uip_icmp6_echo_reply_notification *n) |
Remove a callback function for ping replies. More... | |
ICMPv6 echo request and error messages (RFC 4443)
Definition in file uip-icmp6.c.