Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

pro/dhcp.h File Reference

DHCP protocol definitions. More...


Data Structures

struct  bootp
 DHCP telegram structure. More...


Defines

#define DHCP_SERVERPORT   67
#define DHCP_CLIENTPORT   68
#define DHCPOPT_PAD   0
#define DHCPOPT_NETMASK   1
#define DHCPOPT_GATEWAY   3
#define DHCPOPT_DNS   6
#define DHCPOPT_HOSTNAME   12
#define DHCPOPT_DOMAIN   15
#define DHCPOPT_BROADCAST   28
#define DHCPOPT_REQESTIP   50
#define DHCPOPT_LEASETIME   51
#define DHCPOPT_MSGTYPE   53
#define DHCPOPT_SID   54
#define DHCPOPT_RENEWALTIME   58
#define DHCPOPT_REBINDTIME   59
#define DHCPOPT_END   255
#define DHCP_DISCOVER   1
#define DHCP_OFFER   2
#define DHCP_REQUEST   3
#define DHCP_DECLINE   4
#define DHCP_ACK   5
#define DHCP_NAK   6
#define DHCP_RELEASE   7
#define DHCP_INFORM   8

Functions

int NutDhcpClientStart (NUTDEVICE *dev)
 Start DHCP Client.


Detailed Description

DHCP protocol definitions.


© 2000-2002 by egnite Software GmbH - visit http://www.ethernut.de/