Deleted Added
full compact
dhcp.h (183974) dhcp.h (228259)
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 183974 2008-10-17 13:28:53Z brooks $ */
2/* $FreeBSD: head/sbin/dhclient/dhcp.h 228259 2011-12-04 14:44:31Z dumbbell $ */
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

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

164#define DHO_POP_SERVER 70
165#define DHO_NNTP_SERVER 71
166#define DHO_WWW_SERVER 72
167#define DHO_FINGER_SERVER 73
168#define DHO_IRC_SERVER 74
169#define DHO_STREETTALK_SERVER 75
170#define DHO_STREETTALK_DA_SERVER 76
171#define DHO_DHCP_USER_CLASS_ID 77
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

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

164#define DHO_POP_SERVER 70
165#define DHO_NNTP_SERVER 71
166#define DHO_WWW_SERVER 72
167#define DHO_FINGER_SERVER 73
168#define DHO_IRC_SERVER 74
169#define DHO_STREETTALK_SERVER 75
170#define DHO_STREETTALK_DA_SERVER 76
171#define DHO_DHCP_USER_CLASS_ID 77
172#define DHO_DOMAIN_SEARCH 119
172#define DHO_CLASSLESS_ROUTES 121
173#define DHO_END 255
174
175/* DHCP message types. */
176#define DHCPDISCOVER 1
177#define DHCPOFFER 2
178#define DHCPREQUEST 3
179#define DHCPDECLINE 4
180#define DHCPACK 5
181#define DHCPNAK 6
182#define DHCPRELEASE 7
183#define DHCPINFORM 8
173#define DHO_CLASSLESS_ROUTES 121
174#define DHO_END 255
175
176/* DHCP message types. */
177#define DHCPDISCOVER 1
178#define DHCPOFFER 2
179#define DHCPREQUEST 3
180#define DHCPDECLINE 4
181#define DHCPACK 5
182#define DHCPNAK 6
183#define DHCPRELEASE 7
184#define DHCPINFORM 8