Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
hint.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2019 Freie Universität Berlin
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
21
#include <stdint.h>
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
30
typedef
struct
{
39
uint16_t
fragsz
;
48
uint16_t
fragsz_uncomp
;
49
}
gnrc_sixlowpan_frag_hint_t
;
50
51
#ifdef __cplusplus
52
}
53
#endif
54
gnrc_sixlowpan_frag_hint_t
A fragment size hint.
Definition:
hint.h:30
gnrc_sixlowpan_frag_hint_t::fragsz
uint16_t fragsz
Provides a hint of the size for the next fragment to send.
Definition:
hint.h:39
gnrc_sixlowpan_frag_hint_t::fragsz_uncomp
uint16_t fragsz_uncomp
The size of the data bound by gnrc_sixlowpan_frag_hint_t::fragsz uncompressed.
Definition:
hint.h:48
Generated on Mon Nov 24 2025 18:43:16 by
1.9.1