]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[icmp] Add support for sending ICMP echo requests
authorMichael Brown <mcb30@ipxe.org>
Mon, 21 Oct 2013 13:10:07 +0000 (14:10 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 21 Oct 2013 14:08:12 +0000 (15:08 +0100)
commit5c2ffc26cc9b73ef60cbd123cd90f499dc01bbc2
tree5dc77a8f4b54549e1468ecf93d1cd5cc454f6e60
parent12605efded6928add185d8d9666b4be9a67b7945
[icmp] Add support for sending ICMP echo requests

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>
src/include/ipxe/errfile.h
src/include/ipxe/icmp.h
src/include/ipxe/icmpv6.h
src/include/ipxe/ndp.h
src/include/ipxe/ping.h [new file with mode: 0644]
src/net/icmp.c
src/net/icmpv4.c [new file with mode: 0644]
src/net/icmpv6.c
src/net/ipv4.c