Contiki 2.5
|
ICMPv6 echo request and error messages (RFC 4443)More...
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 (u8_t type, u8_t code, u32_t param) |
Send an icmpv6 error message. More... | |
void | uip_icmp6_send (uip_ipaddr_t *dest, int type, int code, int payload_len) |
Send an icmpv6 message. More... | |
ICMPv6 echo request and error messages (RFC 4443)
Definition in file uip-icmp6.c.