All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
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 "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  sock_tcp
 TCP sock type. More...
 
struct  sock_tcp_queue
 TCP queue type. More...
 
#define GNRC_TCP_TCB_QUEUE_INIT   { MUTEX_INIT, NULL, 0 }
 Static initializer for type gnrc_tcp_tcb_queue_t.
 
typedef struct sock_tcp gnrc_tcp_tcb_t
 Transmission control block of GNRC TCP.
 
typedef struct sock_tcp_queue gnrc_tcp_tcb_queue_t
 Transmission control block queue.
 

Macro Definition Documentation

◆ GNRC_TCP_TCB_QUEUE_INIT

#define GNRC_TCP_TCB_QUEUE_INIT   { MUTEX_INIT, NULL, 0 }

Static initializer for type gnrc_tcp_tcb_queue_t.

Definition at line 94 of file tcb.h.