mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +00:00
Fix docs on dhcp_option_trailer()
This commit is contained in:
parent
ff588fc771
commit
4fb7fab850
@ -1938,8 +1938,6 @@ dhcp_create_msg(struct netif *netif, struct dhcp *dhcp, u8_t message_type, u16_t
|
|||||||
*
|
*
|
||||||
* Adds the END option to the DHCP message, and if
|
* Adds the END option to the DHCP message, and if
|
||||||
* necessary, up to three padding bytes.
|
* necessary, up to three padding bytes.
|
||||||
*
|
|
||||||
* @param dhcp DHCP state structure
|
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
dhcp_option_trailer(u16_t options_out_len, u8_t *options, struct pbuf *p_out)
|
dhcp_option_trailer(u16_t options_out_len, u8_t *options, struct pbuf *p_out)
|
||||||
|
Loading…
Reference in New Issue
Block a user