summaryrefslogtreecommitdiffstats
path: root/src/net/ping.c
Commit message (Collapse)AuthorAgeFilesLines
* [xfer] Remove address family from definition of a socket openerMichael Brown2020-07-151-10/+2Star
| | | | | | | | All implemented socket openers provide definitions for both IPv4 and IPv6 using exactly the same opener method. Simplify the logic by omitting the address family from the definition. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
| | | | | | | Relicense files for which I am the sole author (as identified by util/relicense.pl). Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [ping] Add concept of a ping socketMichael Brown2013-10-211-0/+273
Signed-off-by: Michael Brown <mcb30@ipxe.org>