Deleted Added
full compact
dhcp.h (147073) dhcp.h (147689)
1/* $OpenBSD: dhcp.h,v 1.5 2004/05/04 15:49:49 deraadt Exp $ */
1/* $OpenBSD: dhcp.h,v 1.5 2004/05/04 15:49:49 deraadt Exp $ */
2/* $FreeBSD: head/sbin/dhclient/dhcp.h 147689 2005-06-30 05:50:52Z brooks $ */
2
3/* Protocol structures... */
4
5/*
6 * Copyright (c) 1995, 1996 The Internet Software Consortium.
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without

--- 139 unchanged lines hidden (view full) ---

149#define DHO_DHCP_SERVER_IDENTIFIER 54
150#define DHO_DHCP_PARAMETER_REQUEST_LIST 55
151#define DHO_DHCP_MESSAGE 56
152#define DHO_DHCP_MAX_MESSAGE_SIZE 57
153#define DHO_DHCP_RENEWAL_TIME 58
154#define DHO_DHCP_REBINDING_TIME 59
155#define DHO_DHCP_CLASS_IDENTIFIER 60
156#define DHO_DHCP_CLIENT_IDENTIFIER 61
3
4/* Protocol structures... */
5
6/*
7 * Copyright (c) 1995, 1996 The Internet Software Consortium.
8 * All rights reserved.
9 *
10 * Redistribution and use in source and binary forms, with or without

--- 139 unchanged lines hidden (view full) ---

150#define DHO_DHCP_SERVER_IDENTIFIER 54
151#define DHO_DHCP_PARAMETER_REQUEST_LIST 55
152#define DHO_DHCP_MESSAGE 56
153#define DHO_DHCP_MAX_MESSAGE_SIZE 57
154#define DHO_DHCP_RENEWAL_TIME 58
155#define DHO_DHCP_REBINDING_TIME 59
156#define DHO_DHCP_CLASS_IDENTIFIER 60
157#define DHO_DHCP_CLIENT_IDENTIFIER 61
158#define DHO_SMTP_SERVER 69
159#define DHO_POP_SERVER 70
160#define DHO_NNTP_SERVER 71
161#define DHO_WWW_SERVER 72
162#define DHO_FINGER_SERVER 73
163#define DHO_IRC_SERVER 74
157#define DHO_DHCP_USER_CLASS_ID 77
158#define DHO_END 255
159
160/* DHCP message types. */
161#define DHCPDISCOVER 1
162#define DHCPOFFER 2
163#define DHCPREQUEST 3
164#define DHCPDECLINE 4
165#define DHCPACK 5
166#define DHCPNAK 6
167#define DHCPRELEASE 7
168#define DHCPINFORM 8
164#define DHO_DHCP_USER_CLASS_ID 77
165#define DHO_END 255
166
167/* DHCP message types. */
168#define DHCPDISCOVER 1
169#define DHCPOFFER 2
170#define DHCPREQUEST 3
171#define DHCPDECLINE 4
172#define DHCPACK 5
173#define DHCPNAK 6
174#define DHCPRELEASE 7
175#define DHCPINFORM 8