Lines Matching defs:eswifi_off_socket
29 struct eswifi_off_socket { struct
30 uint8_t index;
31 enum eswifi_transport_type type;
32 enum eswifi_socket_state state;
33 struct net_context *context;
34 net_context_recv_cb_t recv_cb;
35 net_context_connect_cb_t conn_cb;
36 net_context_send_cb_t send_cb;
37 net_tcp_accept_cb_t accept_cb;
38 void *recv_data;
39 void *conn_data;
40 void *send_data;
41 void *accept_data;
42 struct net_pkt *tx_pkt;
43 struct k_work connect_work;
44 struct k_work send_work;
45 struct k_work_delayable read_work;
46 struct sockaddr peer_addr;
47 struct k_sem read_sem;
48 struct k_sem accept_sem;
49 uint16_t port;
50 bool is_server;
51 int usage;
52 struct k_fifo fifo;
53 struct net_pkt *prev_pkt_rem;