aboutsummaryrefslogtreecommitdiff
path: root/src/net/icmpv4.c
AgeCommit message (Collapse)AuthorFilesLines
2013-10-21[icmp] Add support for sending ICMP echo requestsMichael Brown1-0/+109
Merge common functionality between IPv4 and IPv6 ICMP echo handling, and add support for transmitting ICMP echo requests and delivering ICMP echo replies to a (not yet implemented) ping_rx() function. Signed-off-by: Michael Brown <mcb30@ipxe.org>