Searched defs:netconn (Results 1 – 1 of 1) sorted by relevance
134 struct netconn { struct136 enum netconn_type type; argument138 enum netconn_state state; argument146 /** the last error this netconn had */ argument151 by the netconn application thread (can grow quite big) */ argument169 (or connections to arrive for listening netconns) */ argument181 /** flags holding more netconn-internal state, see NETCONN_FLAG_* defines */ argument192 /** A callback function that is informed about events for this netconn */ argument193 netconn_callback callback; argument
Completed in 5 milliseconds