/** Processes a DHCP packet inside an Ethernet frame, and writes the appropriate response\r
* to the output Ethernet frame if the host is requesting or accepting an IP address.\r
*\r
- * \param IPHeaderInStart Pointer to the start of the incoming packet's IP header\r
- * \param DHCPHeaderInStart Pointer to the start of the incoming packet's DHCP header\r
- * \param DHCPHeaderOutStart Pointer to the start of the outgoing packet's DHCP header\r
+ * \param[in] IPHeaderInStart Pointer to the start of the incoming packet's IP header\r
+ * \param[in] DHCPHeaderInStart Pointer to the start of the incoming packet's DHCP header\r
+ * \param[out] DHCPHeaderOutStart Pointer to the start of the outgoing packet's DHCP header\r
*\r
* \return The number of bytes written to the out Ethernet frame if any, NO_RESPONSE otherwise\r
*/\r