GNRC TCP transmission control block (TCB) More...
GNRC TCP transmission control block (TCB)
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.  | |