gnrc_tcp_rcvbuf.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2015-2017 Simon Brummer
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
9 #pragma once
10 
22 #include "net/gnrc/tcp/tcb.h"
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
32 
42 
49 
50 #ifdef __cplusplus
51 }
52 #endif
53 
void _gnrc_tcp_rcvbuf_release_buffer(gnrc_tcp_tcb_t *tcb)
Release allocated receive buffer.
int _gnrc_tcp_rcvbuf_get_buffer(gnrc_tcp_tcb_t *tcb)
Allocate receive buffer and assign it to TCB.
void _gnrc_tcp_rcvbuf_init(void)
Initializes global receive buffer.
TCP sock type.
Definition: sock_types.h:101
GNRC TCP transmission control block (TCB)