Home
last modified time | relevance | path

Searched defs:netconn (Results 1 – 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dapi.h252 struct netconn { struct
254 enum netconn_type type; /* read only */ argument
256 enum netconn_state state; /* accessed only in tcipthread only */ argument
274 /* the last error this netconn had */ argument
281 by the netconn application thread (can grow quite big) */ argument
303 (or connections to arrive for listening netconns) */ argument
325 /* flags holding more netconn-internal state, see NETCONN_FLAG_* defines */ argument
341 /* A callback function that is informed about events for this netconn */ argument
342 netconn_callback callback; argument
344 enum netconn_shutdown shutdown; argument
[all …]