#include <dispatcher.h>
Data Fields | |
struct { | |
void(* func )(void) | |
pointer to custom function | |
nip_net_if_id_t net_if_id | |
Network Interface. | |
nip_net_if_trans_t * trans | |
pointer to current transmission | |
uint8_t remote_hw_addr [NIP_MAX_HW_ADDR_SIZE] | |
remote hardware address | |
} | common |
parameter included in all calls. | |
struct { | |
void(* func )(void) | |
pointer to custom function | |
nip_net_if_id_t net_if_id | |
Network Interface. | |
nip_net_if_trans_t * trans | |
pointer to current transmission | |
uint8_t remote_hw_addr [NIP_MAX_HW_ADDR_SIZE] | |
remote hardware address | |
nip_tcp_sock_id_t sockid | |
uint8_t flags | |
} | tcp |
Definition at line 83 of file dispatcher.h.
void(* nip_disp_params_t::func)(void) | ( | void | ) |
pointer to custom function
pointer to current transmission
Definition at line 89 of file dispatcher.h.
Referenced by nip_tcp_disp_receive(), nip_tcp_disp_send(), and nip_udp_disp_receive().
uint8_t nip_disp_params_t::remote_hw_addr[NIP_MAX_HW_ADDR_SIZE] |
struct { ... } nip_disp_params_t::common |
parameter included in all calls.
Referenced by nip_tcp_disp_receive(), nip_tcp_disp_send(), and nip_udp_disp_receive().
Definition at line 106 of file dispatcher.h.
Referenced by nip_tcp_disp_check(), nip_tcp_disp_close(), nip_tcp_disp_receive(), and nip_tcp_disp_send().
uint8_t nip_disp_params_t::flags |
Definition at line 107 of file dispatcher.h.
Referenced by nip_tcp_disp_check(), nip_tcp_disp_receive(), and nip_tcp_disp_send().
struct { ... } nip_disp_params_t::tcp |
Referenced by nip_tcp_disp_check(), nip_tcp_disp_close(), nip_tcp_disp_receive(), and nip_tcp_disp_send().