lwip/src/core
Dirk Ziegelmeier 93f4245e89 ip6_addr.c: Convert several macros to private #defines
The macros are functions from ctype.h, but ctype.h declares them as functions, not as #defines
It makes no sense to abstract them in lwIPs portability layer, the functions are of low complexity and they are only used in this file.
2017-11-05 10:13:24 +01:00
..
ipv4 Tiny typo fix 2017-09-25 20:24:47 +02:00
ipv6 ip6_addr.c: Convert several macros to private #defines 2017-11-05 10:13:24 +01:00
altcp_tcp.c altcp_tcp: free altcp_pcb struct in altcp_tcp_close() 2017-09-20 20:50:03 +02:00
altcp.c altcp: fix altcp_free 2017-08-08 12:59:45 +02:00
def.c Reformat core code using astylerc 2017-09-17 20:38:38 +02:00
dns.c Reformat core code using astylerc 2017-09-17 20:38:38 +02:00
inet_chksum.c Reformat core code using astylerc 2017-09-17 20:38:38 +02:00
init.c Reformat core code using astylerc 2017-09-17 20:38:38 +02:00
ip.c Reformat core code using astylerc 2017-09-17 20:38:38 +02:00
mem.c add MEM_SANITY_CHECK (behaves like MEMP_SANITY_CHECK) and ensure 'ram_end->prev' does not get changed 2017-09-26 22:30:18 +02:00
memp.c Reformat core code using astylerc 2017-09-17 20:38:38 +02:00
netif.c Reformat core code using astylerc 2017-09-17 20:38:38 +02:00
pbuf.c Related to patch #9471: pbuf: Drop casting to u8_t for increment the reference count 2017-10-28 15:41:15 +02:00
raw.c Move all rawapi.txt to appropriate doxygen docs 2017-10-20 21:40:23 +02:00
stats.c stats: Use proper format modifier in stats_display_mem/stats_display_sys 2017-06-19 14:07:31 +02:00
sys.c docs: fix minor mis-spelling in sys.c 2017-10-27 15:33:18 -05:00
tcp_in.c [PATCH] Replace the OOSEQ max bytes and pbufs constants with functions. 2017-09-21 10:36:21 +02:00
tcp_out.c Improve lwIP doxygen documentation by copying several passages from rawapi.txt to the corresponding function documentation 2017-10-16 23:14:28 +02:00
tcp.c docs: update tcp_kill_prio same priority comments 2017-10-25 09:08:23 -05:00
timeouts.c Reformat core code using astylerc 2017-09-17 20:38:38 +02:00
udp.c Move all rawapi.txt to appropriate doxygen docs 2017-10-20 21:40:23 +02:00