Data Structures | |
struct | fip_icmp6_echoRequest_t |
ICMPv6 Echo Request. More... | |
struct | fip_icmp6_error_t |
ICMPv6 Error Message. More... | |
Functions | |
_PACKEND void | fip_icmp6_process (void) |
The ICMPv6 Input Function. | |
void | fip_icmp6_finalize (void) |
Finalize ICMPv6 Packets by calculating the checksum, setting the IPv6 lengths correctly, and marking the packet as ready to send. | |
void | fip_icmp6_generateError (uint8_t type, uint8_t code, uint32_t parameter) |
Generate an ICMPv6 Error Message based on the packet in the current buffer. | |
void | fip_icmp6_generateEchoRequest (fip_ifnum_t ifnum, fip_ip6addr_t *destAddr, unsigned int length) |
Generate an ICMPv6 Echo Request (ping) to a remote host. |