|
INET Framework for OMNeT++/OMNEST
|
#include <tcpip.h>
Public Attributes | |
| enum tcpip_msg_type | type |
| sys_sem_t * | sem |
| union { | |
| struct { | |
| struct pbuf * p | |
| struct netif * netif | |
| } inp | |
| struct { | |
| void(* f )(void *ctx) | |
| void * ctx | |
| } cb | |
| struct { | |
| u32_t msecs | |
| sys_timeout_handler h | |
| void * arg | |
| } tmo | |
| } | msg |
| void* inet::tcp::tcpip_msg::arg |
| struct { ... } inet::tcp::tcpip_msg::cb |
| void* inet::tcp::tcpip_msg::ctx |
| void(* inet::tcp::tcpip_msg::f) (void *ctx) |
| sys_timeout_handler inet::tcp::tcpip_msg::h |
| struct { ... } inet::tcp::tcpip_msg::inp |
| u32_t inet::tcp::tcpip_msg::msecs |
| union { ... } inet::tcp::tcpip_msg::msg |
| struct netif* inet::tcp::tcpip_msg::netif |
| struct pbuf* inet::tcp::tcpip_msg::p |
| sys_sem_t* inet::tcp::tcpip_msg::sem |
| struct { ... } inet::tcp::tcpip_msg::tmo |
| enum tcpip_msg_type inet::tcp::tcpip_msg::type |