6lowpan: nhc: add other known rfc6282 compressions
authorAlexander Aring <alex.aring@gmail.com>
Fri, 9 Jan 2015 15:42:59 +0000 (16:42 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 14 Feb 2015 22:08:44 +0000 (23:08 +0100)
commitff0fcc2987b42857d233e8a72c7476fb1e520110
tree8f5c5f0e10a832de8a6f8869e831614264ff7584
parentcc6ed2684751b0a1074b37c080983b6ce737ed22
6lowpan: nhc: add other known rfc6282 compressions

This patch adds other known rfc6282 compression formats to the nhc
framework. These compression formats are known but not implemented yet.
For now this is useful to printout a warning which compression format
isn't supported.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Cc: Martin Townsend <mtownsend1973@gmail.com>
Reviewed-by: Stefan Schmidt <s.schmidt@samsung.com>
Acked-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/6lowpan/Kconfig
net/6lowpan/Makefile
net/6lowpan/iphc.c
net/6lowpan/nhc_dest.c [new file with mode: 0644]
net/6lowpan/nhc_fragment.c [new file with mode: 0644]
net/6lowpan/nhc_hop.c [new file with mode: 0644]
net/6lowpan/nhc_ipv6.c [new file with mode: 0644]
net/6lowpan/nhc_mobility.c [new file with mode: 0644]
net/6lowpan/nhc_routing.c [new file with mode: 0644]