lwip/src/core
Logan Gunthorpe 90b2a6b4c4 dhcp: Set hostname for DISCOVER packets
If the hostname is not set in the DISCOVER packet, then some servers might
issue an OFFER with hostname configured and consequently reject the REQUEST
with any other hostname.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Co-Authored-By: Simon Goldschmidt <goldsimon@gmx.de>
2023-05-11 20:59:15 +02:00
..
ipv4 dhcp: Set hostname for DISCOVER packets 2023-05-11 20:59:15 +02:00
ipv6 redefine many vars as "static" 2021-12-30 22:13:01 +01:00
altcp_alloc.c Fix and simplify newlines in doxygen documentation 2019-03-28 08:18:20 +01:00
altcp_tcp.c altcp: Fix NULL pointer dereference found by fuzzing 2023-04-07 22:32:18 +02:00
altcp.c Fix doxygen @ref in altcp.c 2019-03-28 08:18:19 +01:00
def.c DEF: added lwip_strnistr() for case insensitive matching 2018-12-05 19:59:45 +01:00
dns.c Use NULL instead of 0 as a pointer 2021-11-27 15:49:20 +01:00
inet_chksum.c Fix typos using codespell 2020-02-15 21:45:41 +01:00
init.c init: raise an error if PPP CCP_SUPPORT==1 but MPPE_SUPPORT==0 2020-04-09 03:17:30 +02:00
ip.c Reformat core code using astylerc 2017-09-17 20:38:38 +02:00
mem.c Fix-more-typos-using-codespell 2020-02-15 21:45:53 +01:00
memp.c memp: remove include of sockets.h 2018-02-13 14:04:01 -06:00
netif.c netif: fix removing ext-callback while callback is called 2021-10-01 19:44:07 +02:00
pbuf.c pbuf_copy_partial_pbuf: fix warning about assigning to smaller type when using '-=' operator 2022-12-22 20:43:18 +01:00
raw.c Rename IP and Ethernet equality checkers from _cmp to _eq 2020-07-07 18:51:45 +02:00
stats.c Whitespace cleanup lwIP 2018-10-22 20:53:58 +02:00
sys.c Whitespace cleanup lwIP 2018-10-22 20:53:58 +02:00
tcp_in.c tcp: send RST to input netif when no pcb is available 2021-03-04 21:10:28 +01:00
tcp_out.c tcp_out: move debug output to after checking pcb 2021-11-24 23:17:16 +01:00
tcp.c tcp: Make retransmission timeout (RTO) configurable 2022-05-09 21:24:57 +02:00
timeouts.c Whitespace cleanup lwIP 2018-10-22 20:53:58 +02:00
udp.c Rename IP and Ethernet equality checkers from _cmp to _eq 2020-07-07 18:51:45 +02:00