ReactOS 0.4.15-dev-7131-ge4d03f4
|
#include <tcpip.h>
Public Attributes | |
enum tcpip_msg_type | type |
sys_sem_t * | sem |
union { | |
struct { | |
struct pbuf * p | |
struct netif * netif | |
} inp | |
struct { | |
tcpip_callback_fn function | |
void * ctx | |
} cb | |
} | msg |
struct { ... } tcpip_msg::cb |
void* tcpip_msg::ctx |
Definition at line 149 of file tcpip.h.
Referenced by tcpip_callback_with_block(), and tcpip_callbackmsg_new().
tcpip_callback_fn tcpip_msg::function |
Definition at line 148 of file tcpip.h.
Referenced by tcpip_callback_with_block(), and tcpip_callbackmsg_new().
struct { ... } tcpip_msg::inp |
Referenced by tcpip_input().
union { ... } tcpip_msg::msg |
enum tcpip_msg_type tcpip_msg::type |