Data Fields | |
| NtNetBuf_t | hNetBuf |
| uint16_t | offset |
| uint16_t | size |
| uint8_t | firstFrag |
| uint8_t | lastFrag |
| uint8_t | fromUnm |
| uint8_t | unmIndex |
Detailed Description
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 352 of file ipfdemo_example.c.
Field Documentation
| NtNetBuf_t frag_s::hNetBuf |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 353 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), and _ReleaseDgramTblEntry().
| uint16_t frag_s::offset |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 354 of file ipfdemo_example.c.
Referenced by _CheckDatagramComplete(), and _ReassemblyThread().
| uint16_t frag_s::size |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 355 of file ipfdemo_example.c.
Referenced by _CheckDatagramComplete(), and _ReassemblyThread().
| uint8_t frag_s::firstFrag |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 356 of file ipfdemo_example.c.
Referenced by _ReassemblyThread().
| uint8_t frag_s::lastFrag |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 357 of file ipfdemo_example.c.
Referenced by _CheckDatagramComplete(), and _ReassemblyThread().
| uint8_t frag_s::fromUnm |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 358 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), and _ReleaseDgramTblEntry().
| uint8_t frag_s::unmIndex |
- Examples:
- net/ipfdemo/ipfdemo_example.c.
Definition at line 359 of file ipfdemo_example.c.
Referenced by _ReassemblyThread(), and _ReleaseDgramTblEntry().
The documentation for this struct was generated from the following file:
- examples/net/ipfdemo/ipfdemo_example.c