mirror of
https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
synced 2025-10-23 18:38:33 +08:00

* DHCPv6 repaired and tested * More changes * Added entries to lexicon.txt * Ran uncrustify on tools/tcp_utilities * Formatting STM32Fxx * Uncrusitfy tcp_mem_stats.c * Remove trailing space * I didn't mean to update the tcp_utilities directory yet * Changes after Actory's review * Replaced tabs with spaces * Fix spelling. * Changed the application hook for IPv6 and set the correct IPv6 defaults when failed * Add a macro as maximum send buffer size. * Fix formatting & build test. * Replace xApplicationDHCPHook with xApplicationDHCPHook_Multi. * Fix comments for xDNSServers & uxDNSCount. * Fix ApplicationDHCPHook_Multi parameters. --------- Co-authored-by: ActoryOu <jay2002824@gmail.com> Co-authored-by: ActoryOu <ousc@amazon.com>
6 lines
279 B
C
6 lines
279 B
C
#include "FreeRTOS_DHCP.h"
|
|
|
|
eDHCPCallbackAnswer_t xApplicationDHCPHook_Multi( eDHCPCallbackPhase_t eDHCPPhase,
|
|
struct xNetworkEndPoint * pxEndPoint,
|
|
IP_Address_t * pxIPAddress );
|