lwip/src/core/ipv6
Axel Lin a709041b8b Remove unnecessary p->len checking for pbuf_alloc calls with PBUF_RAM type
pbuf_alloc() for PBUF_RAM type always return big enough memory on success.
So checking p->len is not necessary. Testing if p is NULL or not is enough.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
2015-12-05 21:21:59 +01:00
..
dhcp6.c task #12722 (improve IPv4/v6 address handling): renamed ip_addr_t to ip4_addr_t, renamed ipX_addr_t to ip_addr_t and added IP version; 2015-04-09 22:21:15 +02:00
ethip6.c Compiler warning fixes (mostly constness in dual-stack configurations) 2015-09-17 13:59:52 +02:00
icmp6.c Removed ip_2_ip4/6_c const macros again now that ip_2_ip4/6 macros keep the original const'ness 2015-09-24 14:38:52 +02:00
inet6.c minor/coding style: removed spaces before line ending (from file header) 2015-10-06 21:13:15 +02:00
ip6_addr.c ipaddr_aton: Avoid duplicate code to handle IPv4 address string conversion 2015-12-02 22:51:00 +01:00
ip6_frag.c minor: fixed coding style (lwip style) 2015-10-07 10:03:12 +02:00
ip6.c started to move "private" header files containing implementation details to "lwip/priv/" include directory to seperate the API from the implementation. 2015-10-09 21:58:58 +02:00
mld6.c Remove unnecessary p->len checking for pbuf_alloc calls with PBUF_RAM type 2015-12-05 21:21:59 +01:00
nd6.c Remove unnecessary p->len checking for pbuf_alloc calls with PBUF_RAM type 2015-12-05 21:21:59 +01:00
README Initial revision 2002-10-19 12:59:30 +00:00

IPv6 support in lwIP is very experimental.