comparison packages/net/tcpip/current/include/bootp.h @ 99:97d9d85b42c0 ecos-sw-2000-06-07

Merge from eCos master repository on 2000-06-07-14:25:36-BST
author jlarmour
date Wed, 07 Jun 2000 14:10:34 +0000
parents ced4577552cd
children c37d3a9e1b28
comparison
equal deleted inserted replaced
98:51baf00b8bc1 99:97d9d85b42c0
78 #define _BOOTP_H_ 78 #define _BOOTP_H_
79 79
80 /* 80 /*
81 * Bootstrap Protocol (BOOTP). RFC951 and RFC1395. 81 * Bootstrap Protocol (BOOTP). RFC951 and RFC1395.
82 * 82 *
83 * $Id: bootp.h,v 1.1 2000/06/06 08:39:39 jlarmour Exp $ 83 * $Id: bootp.h,v 1.2 2000/06/07 14:10:35 jlarmour Exp $
84 * 84 *
85 * 85 *
86 * This file specifies the "implementation-independent" BOOTP protocol 86 * This file specifies the "implementation-independent" BOOTP protocol
87 * information which is common to both client and server. 87 * information which is common to both client and server.
88 * 88 *