commit | 3109f2e28b0a3216e07d4933d28a8480c6520379 | [log] [tgz] |
---|---|---|
author | Alexander Aring <alex.aring@gmail.com> | Tue Dec 17 14:21:21 2013 +0100 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Dec 17 06:16:47 2013 -0800 |
tree | c65c1fa607ed599a3922a1f820ede8270ad86fe8 | |
parent | 787949039fcd87b58aabeb494d031912209086ae [diff] |
6lowpan: introduce lowpan_push_hc_data function This patch introduce the lowpan_push_hc_data function to set data in the iphc buffer. It's a common case to set data and increase the buffer pointer. This helper function can be used many times in header_compress function to generate the iphc header. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>