summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtest/mtest.c
Commit message (Collapse)AuthorAgeFilesLines
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+6
| | | | builtints (e.g., exit, strcmp).
* Use AF_LINK rather than AF_UNSPEC to set an ethernet multicast address.julian1998-05-281-14/+33
| | | | | | | | This is obviously not a terribly used function as it's apparently been broken forever. It IS possible that this fix is wrong and that the KERNEL is wrong (in which case you should fix if_ethersubr.c) either way it certainly has more hope of working now than before. I'd take it to 2.2 except that obviously no-one cares :-)
* Use err(3). -Wall cleaning.charnier1997-10-011-14/+14
|
* Make mtest build. Write a makefile and a man page.fenner1996-12-151-2/+1
|
* A multicast testing program, allowing you to join and leave bothfenner1996-12-151-0/+206
IP and ethernet multicast groups. Obtained from: Multicast release 3.5
OpenPOWER on IntegriCloud