Searched hist:ff77ab831ae8fc64a1888e1117abf6bc923dff2a (Results 1 – 4 of 4) sorted by relevance
/freebsd/sbin/ping/ |
H A D | utils.c | ff77ab831ae8fc64a1888e1117abf6bc923dff2a Sat Aug 17 17:25:01 CEST 2019 Alan Somers <asomers@FreeBSD.org> ping: Move in_cksum() to a separate source file
This is a preparation step for adding ATF tests of in_cksum(), which has been modified to operate on unaligned data. ping.o cannot be linked to the test executable because both of them contain 'main' symbol.
Submitted by: Ján Sučan <sucanjan@gmail.com> MFC after: 2 weeks Sponsored by: Google, inc. (Google Summer of Code 2019) Differential Revision: https://reviews.freebsd.org/D21288
|
H A D | utils.h | ff77ab831ae8fc64a1888e1117abf6bc923dff2a Sat Aug 17 17:25:01 CEST 2019 Alan Somers <asomers@FreeBSD.org> ping: Move in_cksum() to a separate source file
This is a preparation step for adding ATF tests of in_cksum(), which has been modified to operate on unaligned data. ping.o cannot be linked to the test executable because both of them contain 'main' symbol.
Submitted by: Ján Sučan <sucanjan@gmail.com> MFC after: 2 weeks Sponsored by: Google, inc. (Google Summer of Code 2019) Differential Revision: https://reviews.freebsd.org/D21288
|
H A D | Makefile | diff ff77ab831ae8fc64a1888e1117abf6bc923dff2a Sat Aug 17 17:25:01 CEST 2019 Alan Somers <asomers@FreeBSD.org> ping: Move in_cksum() to a separate source file
This is a preparation step for adding ATF tests of in_cksum(), which has been modified to operate on unaligned data. ping.o cannot be linked to the test executable because both of them contain 'main' symbol.
Submitted by: Ján Sučan <sucanjan@gmail.com> MFC after: 2 weeks Sponsored by: Google, inc. (Google Summer of Code 2019) Differential Revision: https://reviews.freebsd.org/D21288
|
H A D | ping.c | diff ff77ab831ae8fc64a1888e1117abf6bc923dff2a Sat Aug 17 17:25:01 CEST 2019 Alan Somers <asomers@FreeBSD.org> ping: Move in_cksum() to a separate source file
This is a preparation step for adding ATF tests of in_cksum(), which has been modified to operate on unaligned data. ping.o cannot be linked to the test executable because both of them contain 'main' symbol.
Submitted by: Ján Sučan <sucanjan@gmail.com> MFC after: 2 weeks Sponsored by: Google, inc. (Google Summer of Code 2019) Differential Revision: https://reviews.freebsd.org/D21288
|