summaryrefslogtreecommitdiff
path: root/lib/libstand/net.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't always enable debugging for the network device code.Benno Rice2000-11-101-2/+0
| | | | | | | Reviewed by: obrien Notes: svn path=/head/; revision=68543
* Add support to send the string 'PXEClient' as the Vendor classPaul Saab2000-08-111-1/+1
| | | | | | | | | identifier to the DHCP server. Now you can check for this string in your dhcp configuration to decide whether you will hand out a lease to the client or not. Notes: svn path=/head/; revision=64527
* Cleanup warnings by adding missint prototypes, removing unneeded duplicateJohn Baldwin2000-08-031-0/+5
| | | | | | | | | | prototypes, and adding in several 'const's. Also, add some missing $FreeBSD$'s. Found by: BDECFLAGS Notes: svn path=/head/; revision=64185
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+122
modules). Obtained from: NetBSD, with some architectural changes and many additions. Notes: svn path=/cvs2svn/branches/MSMITH/; revision=38451