summaryrefslogtreecommitdiffstats
path: root/src/include/igmp.h
Commit message (Collapse)AuthorAgeFilesLines
* [proto] Remove unsupported IGMP protocolStefan Hajnoczi2010-02-011-42/+0Star
| | | | | | | | | The IGMP code came from legacy Etherboot and was never updated to work as a gPXE protocol. There has been no demand for this protocol, so this patch removes it. Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Marty Connor <mdc@etherboot.org>
* Moved include/in.h to include/gpxe/in.h, so that it can be included byMichael Brown2006-03-231-1/+1
| | | | prototester.
* IGMP protocol now uses the generic background protocol mechanism.Michael Brown2005-06-021-7/+26
|
* Initial revisionMichael Brown2005-03-081-0/+23