summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/dhcp.h
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2008-10-17 13:28:53 +0000
committerbrooks <brooks@FreeBSD.org>2008-10-17 13:28:53 +0000
commita9d132d46af46d2dd0287826bede8a7cef003e56 (patch)
treef642e406e276cb1f55c41837e8be5d3f96b119e0 /sbin/dhclient/dhcp.h
parent14874ad4f167cbb8503db0ed6e07a2335716d1cf (diff)
downloadFreeBSD-src-a9d132d46af46d2dd0287826bede8a7cef003e56.zip
FreeBSD-src-a9d132d46af46d2dd0287826bede8a7cef003e56.tar.gz
Support the remaining options listed in dhcp-options(5) and RFC 2132.
PR: bin/127076 Submitted by: jkim MFC after: 1 week
Diffstat (limited to 'sbin/dhclient/dhcp.h')
-rw-r--r--sbin/dhclient/dhcp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/dhclient/dhcp.h b/sbin/dhclient/dhcp.h
index 3f0eb81..e4fa9d1 100644
--- a/sbin/dhclient/dhcp.h
+++ b/sbin/dhclient/dhcp.h
@@ -155,12 +155,19 @@ struct dhcp_packet {
#define DHO_DHCP_REBINDING_TIME 59
#define DHO_DHCP_CLASS_IDENTIFIER 60
#define DHO_DHCP_CLIENT_IDENTIFIER 61
+#define DHO_NISPLUS_DOMAIN 64
+#define DHO_NISPLUS_SERVERS 65
+#define DHO_TFTP_SERVER_NAME 66
+#define DHO_BOOTFILE_NAME 67
+#define DHO_MOBILE_IP_HOME_AGENT 68
#define DHO_SMTP_SERVER 69
#define DHO_POP_SERVER 70
#define DHO_NNTP_SERVER 71
#define DHO_WWW_SERVER 72
#define DHO_FINGER_SERVER 73
#define DHO_IRC_SERVER 74
+#define DHO_STREETTALK_SERVER 75
+#define DHO_STREETTALK_DA_SERVER 76
#define DHO_DHCP_USER_CLASS_ID 77
#define DHO_CLASSLESS_ROUTES 121
#define DHO_END 255
OpenPOWER on IntegriCloud