]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[ping] Add generic ping mechanism
authorMichael Brown <mcb30@ipxe.org>
Mon, 21 Oct 2013 13:17:47 +0000 (14:17 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 21 Oct 2013 14:08:18 +0000 (15:08 +0100)
commitc597c7a071f6dd42233b53012133e861e794c9c8
treea2f56bff15790784b577d71a0e10db694cf76f16
parent46873eda443e7428624dcf91a7ad6f773d1d35bc
[ping] Add generic ping mechanism

Add generic pinger mechanism (analogous to the generic downloader
mechanism) which opens a ping socket, transmits ping requests, and
passes information about ping replies to a callback function.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/pinger.c [new file with mode: 0644]
src/include/ipxe/errfile.h
src/include/ipxe/pinger.h [new file with mode: 0644]