TCP queue type. More...
TCP queue type.
Transmission control block queue.
Definition at line 114 of file sock_types.h.
#include <sock_types.h>
| Data Fields | |
| lwip_sock_base_t | base | 
| parent class | |
| struct sock_tcp * | array | 
| Allocation array for sock objects to generate. | |
| mutex_t | mutex | 
| Mutex to protect the queue. | |
| unsigned short | len | 
| Length of the struct sock_tcp_queue::array. | |
| unsigned short | used | 
| Used entries in struct sock_tcp_queue::array. | |
| mutex_t | lock | 
| Mutex for access synchronization. | |
| gnrc_tcp_tcb_t * | tcbs | 
| Pointer to TCB sequence. | |
| size_t | tcbs_len | 
| Number of TCBs behind member tcbs. | |
| struct sock_tcp* sock_tcp_queue::array | 
Allocation array for sock objects to generate.
Definition at line 116 of file sock_types.h.
| lwip_sock_base_t sock_tcp_queue::base | 
parent class
Definition at line 115 of file sock_types.h.
| unsigned short sock_tcp_queue::len | 
Length of the struct sock_tcp_queue::array.
Definition at line 118 of file sock_types.h.
| mutex_t sock_tcp_queue::mutex | 
Mutex to protect the queue.
Definition at line 117 of file sock_types.h.
| gnrc_tcp_tcb_t* sock_tcp_queue::tcbs | 
| size_t sock_tcp_queue::tcbs_len | 
| unsigned short sock_tcp_queue::used | 
Used entries in struct sock_tcp_queue::array.
Definition at line 119 of file sock_types.h.