mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-09 13:15:15 -05:00
Changes in FreeRTOS+TCP demo application files to add compatibility for running EndPoint changes in the IPv4 stack. (#907)
* Update main.c * Update main.c * Update main.c * Update main.c * TCP/IP Demo Changes for Sock Addr Changes * Update SimpleClientAndServer.c * Update TwoEchoClients.c * Update SimpleUDPClientAndServer.c * Update main.c * Update main_networking.c * Update TwoEchoClients.c * Update SimpleClientAndServer.c * Update TwoEchoClients.c * Update SimpleUDPClientAndServer.c * Update main_networking.c * Update main_networking.c * Update main_networking.c * Update main.c * Update main_networking.c * Update main_networking.c * Update main.c * Update main.c * Update main.c * Update main_networking.c * Update main_networking.c * Update plus_tcp_hooks_winsim.c * Update plus_tcp_hooks_winsim.c * Update main.c * Update main.c * Update main_networking.c * Update main_networking.c * Update plus_tcp_hooks_winsim.c * Update lexicon.txt * Update lexicon.txt * Update lexicon.txt * Fix core header check Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> * Update main_networking.c * Update CLI-commands.c * Update plus_tcp_hooks_winsim.c * Code review suggestions Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> * Remove incorrect spelling from lexicon Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> * Fix Build issues in QEMU and UDP demo * Lexicon spell check issue fix * WinPcap Network Interface update * Update Network_winPCap.c * Adding declaration for pxMyInterface for EndPoint changed function in WinPCap.c * Revert changes for WinPCap.c * Update NetworkInterface_WinPCap.c * Minor code review suggestions Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> --------- Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
cf603c60fa
commit
38d5e421eb
13 changed files with 661 additions and 127 deletions
|
|
@ -178,6 +178,7 @@ burtcmodeem
|
|||
busfault
|
||||
buttonisr
|
||||
bvic
|
||||
bwantdhcp
|
||||
bytesreceived
|
||||
bytessent
|
||||
bytestorecv
|
||||
|
|
@ -2139,6 +2140,7 @@ puxstackbuffer
|
|||
pv
|
||||
pvalue
|
||||
pvargs
|
||||
pvargument
|
||||
pvbuffer
|
||||
pvcontext
|
||||
pvctx
|
||||
|
|
@ -2179,6 +2181,7 @@ pxdptr
|
|||
pxecdsacontext
|
||||
pxecparams
|
||||
pxecparamsptr
|
||||
pxendpoint
|
||||
pxexpiredtimer
|
||||
pxfilesize
|
||||
pxftpclient
|
||||
|
|
@ -2188,6 +2191,7 @@ pxhigherprioritytaskwoken
|
|||
pxincomingpacket
|
||||
pxincomingpublishcallback
|
||||
pxindex
|
||||
pxinterface
|
||||
pxisrfunction
|
||||
pxknownmessage
|
||||
pxlist
|
||||
|
|
@ -2195,6 +2199,7 @@ pxmbedpkcontext
|
|||
pxmbedtlspkctx
|
||||
pxmetrics
|
||||
pxmqttcontext
|
||||
pxmyinterface
|
||||
pxnetif
|
||||
pxnetworkbuffer
|
||||
pxnetworkcontext
|
||||
|
|
@ -2297,6 +2302,7 @@ readme
|
|||
readonly
|
||||
readtotaltimeoutconstant
|
||||
readtotaltimeoutmultiplier
|
||||
realtek
|
||||
reblocked
|
||||
receiveloop
|
||||
receivetimeout
|
||||
|
|
@ -2600,6 +2606,7 @@ stm
|
|||
stor
|
||||
str
|
||||
strcasecmp
|
||||
strcasestr
|
||||
strin
|
||||
stringification
|
||||
strintrx
|
||||
|
|
@ -3373,8 +3380,10 @@ xdoremove
|
|||
xe
|
||||
xeb
|
||||
xechoserveraddress
|
||||
xemacindex
|
||||
xemaclite
|
||||
xend
|
||||
xendpoints
|
||||
xerrorcount
|
||||
xerrordetected
|
||||
xerrorline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue