summaryrefslogtreecommitdiffstats
path: root/include/arpa/tftp.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow certain headers to be included more easily.ed2013-05-211-0/+2
| | | | Spotted by: http://hacks.owlfolio.org/header-survey/
* Remove clause 3 from Berkeley copyrights. Add a few $FreeBSD$'s.imp2010-02-161-5/+1
|
* declare struct tftphdr and embedded union as beeing packed, which isticso2007-08-011-2/+2
| | | | | | | | required for arm. Tested on: arm, i386, amd64 Approved by: re (rwatson) MFC after: 1 week
* RFC2349 (http://www.hypermail.org/rfcs/rfc2349.html) adds supportobrien2001-09-271-0/+2
| | | | | | | | | | | for negotiation of timeout and file size to the tftp protocol. This is required by some firmware like EFI boot managers (at least on HP i2000 Itanium servers) in order to boot an image using tftp. The attached patch implements the RFC, and in doing so also implements RFC2347; a generic tftp option extension. PR: 30710 Submitted by: Espen Skoglund <esk@ira.uka.de>
* style(9) the structure definitions.obrien2001-09-051-1/+2
|
* Declare the various 2-byte values in TFTP as being `unsigned short'.joerg1997-10-191-3/+3
| | | | | | | | | | RFC 1350 isn't very explicit about this, but the use of signed integers doesn't seem to make sense. Should be in 2.2.5, but is probably too late to be verified completely. PR: bin/4502 Submitted by: Dirk Nehrling <nerle@pdv.de> via Lars Koeller
* Changed idempotent strings to reflect directory area.paul1994-08-211-2/+2
| | | | | Reviewed by: Submitted by:
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+80
OpenPOWER on IntegriCloud