zephyr/net/yaip
Ravi kumar Veeramally 2bb8eed501 net: Add more inline helper functions in 6lowpan
6lowpan IPHC compression and uncompression functions are very big and
bit difficult to follow. Added more inline helper routines. No changes
in functionality.

Change-Id: I310e636e2a23fe5f19a254c158b65c6f4d6253b0
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2016-12-02 12:40:48 +02:00
..
l2 net: ethernet: Set ll_reserve only when ready 2016-12-02 12:40:48 +02:00
6lo.c net: Add more inline helper functions in 6lowpan 2016-12-02 12:40:48 +02:00
6lo.h net: Add support for 6CO 2016-12-02 12:40:48 +02:00
6lo_private.h net: Change NET6LO_ defines to NET_6LO 2016-12-02 12:40:21 +02:00
Kconfig net: Fix Kconfig indentation issue 2016-12-02 12:40:47 +02:00
Kconfig.debug net: Generic route handling 2016-12-02 12:40:27 +02:00
Kconfig.ipv4 net: Add DHCPv4 client support 2016-12-02 12:40:26 +02:00
Kconfig.ipv6 net: Add support for 6CO 2016-12-02 12:40:48 +02:00
Kconfig.mgmt net: Add debugging to network management event part 2016-12-02 12:40:46 +02:00
Makefile net: Add support for event handling on network management API 2016-12-02 12:40:46 +02:00
connection.c net: Fix the statistics compilation 2016-12-02 12:40:25 +02:00
connection.h net: Rename ip_protocol to net_ip_protocol 2016-12-02 12:40:16 +02:00
dhcpv4.c net: Adopt net_nbuf_read_u8 to dhcpv4 handlers 2016-12-02 12:40:47 +02:00
icmpv4.c net: Split debug Kconfig options from legacy to new stack 2016-12-02 12:40:24 +02:00
icmpv4.h net: Add support for ICMPv4 error message 2016-12-02 12:40:12 +02:00
icmpv6.c net: Added a define for unused bytes length in ICMPv6 header 2016-12-02 12:40:27 +02:00
icmpv6.h net: Add support for 6CO 2016-12-02 12:40:48 +02:00
ipv4.c net: Calculate IPv4 checksum when sending IPv4 packet 2016-12-02 12:40:26 +02:00
ipv4.h net: Add helper to create IPv4 packet 2016-12-02 12:40:15 +02:00
ipv6.c net: Add support for 6CO 2016-12-02 12:40:48 +02:00
ipv6.h net: Remove multiple declarations of net_ipv6_start_rs 2016-12-02 12:40:28 +02:00
nbr.c net: Add ref counting debugging to neighbor cache 2016-12-02 12:40:27 +02:00
nbr.h net: Remove nbr_data section as it is useless 2016-12-02 12:40:27 +02:00
nbuf.c net: Remove assert and return false in net_nbuf_write 2016-12-02 12:40:48 +02:00
net_context.c net: Split debug Kconfig options from legacy to new stack 2016-12-02 12:40:24 +02:00
net_core.c net: Normalizing net_mgmt API names 2016-12-02 12:40:46 +02:00
net_if.c net: net_if: Notify about IPv6 address related changes 2016-12-02 12:40:47 +02:00
net_mgmt.c net: Normalizing net_mgmt API names 2016-12-02 12:40:46 +02:00
net_private.h net: Add utility func for calculating IPv4 checksum 2016-12-02 12:40:25 +02:00
route.c net: Generic route handling 2016-12-02 12:40:27 +02:00
route.h net: Generic route handling 2016-12-02 12:40:27 +02:00
trickle.c net: Fix remaining debug option naming issues 2016-12-02 12:40:25 +02:00
udp.h net: Utility function to append UDP packet into net_buf 2016-12-02 12:40:15 +02:00
utils.c net: Add utility func for calculating IPv4 checksum 2016-12-02 12:40:25 +02:00