tcb.h File Reference

GNRC TCP transmission control block (TCB) More...

Detailed Description

GNRC TCP transmission control block (TCB)

Author
Simon Brummer simon.nosp@m..bru.nosp@m.mmer@.nosp@m.post.nosp@m.eo.de

Definition in file tcb.h.

#include <stdint.h>
#include "kernel_types.h"
#include "ringbuffer.h"
#include "mutex.h"
#include "evtimer_msg.h"
#include "evtimer_mbox.h"
#include "msg.h"
#include "mbox.h"
#include "net/gnrc/pkt.h"
#include "config.h"
#include "net/gnrc/ipv6.h"
+ Include dependency graph for tcb.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _transmission_control_block
 Transmission control block of GNRC TCP. More...
 
typedef struct _transmission_control_block gnrc_tcp_tcb_t
 Transmission control block of GNRC TCP.