summaryrefslogtreecommitdiffstats
path: root/src/include/nmb.h
Commit message (Collapse)AuthorAgeFilesLines
* [proto] Remove unsupported NMB protocolStefan Hajnoczi2010-02-011-22/+0Star
| | | | | | | | | The NMB protocol 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>
* A working DNS resolver (not yet tied in to anything)Michael Brown2007-01-151-1/+1
|
* Fixes for gcc >= 3.2 from Georg BaumMichael Brown2005-05-241-1/+1
|
* NMB packets are so similar to DNS packets; we may as well add NMB as aMichael Brown2005-05-011-0/+22
name resolution method.