ReactOS 0.4.16-dev-736-g28b802b
|
#include <tcpip_priv.h>
Public Attributes | |
enum tcpip_msg_type | type |
union { | |
struct { | |
tcpip_callback_fn function | |
void * msg | |
} api_msg | |
struct { | |
tcpip_api_call_fn function | |
struct tcpip_api_call_data * arg | |
sys_sem_t * sem | |
} api_call | |
struct { | |
tcpip_callback_fn function | |
void * ctx | |
sys_sem_t * sem | |
} cb_wait | |
struct { | |
struct pbuf * p | |
struct netif * netif | |
netif_input_fn input_fn | |
} inp | |
struct { | |
tcpip_callback_fn function | |
void * ctx | |
} cb | |
} | msg |
Definition at line 130 of file tcpip_priv.h.
struct { ... } tcpip_msg::api_call |
struct { ... } tcpip_msg::api_msg |
struct tcpip_api_call_data* tcpip_msg::arg |
Definition at line 140 of file tcpip_priv.h.
struct { ... } tcpip_msg::cb |
struct { ... } tcpip_msg::cb_wait |
void* tcpip_msg::ctx |
Definition at line 145 of file tcpip_priv.h.
Referenced by tcpip_callback(), tcpip_callback_wait(), tcpip_callbackmsg_new(), and tcpip_try_callback().
tcpip_callback_fn tcpip_msg::function |
Definition at line 135 of file tcpip_priv.h.
Referenced by tcpip_callback(), tcpip_callback_wait(), tcpip_callbackmsg_new(), and tcpip_try_callback().
tcpip_api_call_fn tcpip_msg::function |
Definition at line 139 of file tcpip_priv.h.
struct { ... } tcpip_msg::inp |
Referenced by tcpip_inpkt(), and tcpip_input().
netif_input_fn tcpip_msg::input_fn |
Definition at line 153 of file tcpip_priv.h.
Referenced by tcpip_inpkt().
void* tcpip_msg::msg |
Definition at line 136 of file tcpip_priv.h.
union { ... } tcpip_msg::msg |
Definition at line 152 of file tcpip_priv.h.
Definition at line 151 of file tcpip_priv.h.
sys_sem_t* tcpip_msg::sem |
Definition at line 141 of file tcpip_priv.h.
enum tcpip_msg_type tcpip_msg::type |
Definition at line 131 of file tcpip_priv.h.