summaryrefslogtreecommitdiffstats
path: root/lib/libstand/bootp.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'register' keyword.obrien2002-03-211-15/+15
|
* Add __FBSDID()s to libstanddillon2001-09-301-1/+3
|
* IN_CLASS*() macros assume host order and s_addr is network byteps2000-09-201-2/+2
| | | | order, so we must convert them to host order.
* Add support to send the string 'PXEClient' as the Vendor classps2000-08-111-3/+23
| | | | | | 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.
* This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-201-0/+396
modules). Obtained from: NetBSD, with some architectural changes and many additions.
OpenPOWER on IntegriCloud