Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(868)

Unified Diff: src/internet-apps/model/dhcp-header.h

Issue 329800043: Doxygen corrections (Closed)
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/internet-apps/model/dhcp-client.h ('k') | src/internet-apps/model/dhcp-server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/internet-apps/model/dhcp-header.h
===================================================================
--- a/src/internet-apps/model/dhcp-header.h
+++ b/src/internet-apps/model/dhcp-header.h
@@ -99,6 +99,7 @@
*/
~DhcpHeader ();
+ /// BOOTP options
enum Options
{
OP_MASK = 1, //!< BOOTP Option 1: Address Mask
@@ -112,6 +113,7 @@
OP_END = 255 //!< BOOTP Option 255: END
};
+ /// DHCP messages
enum Messages
{
DHCPDISCOVER = 0, //!< Code for DHCP Discover
« no previous file with comments | « src/internet-apps/model/dhcp-client.h ('k') | src/internet-apps/model/dhcp-server.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b