Home
last modified time | relevance | path

Searched refs:tcpip_api_call_data (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
Dtcpip_priv.h97 struct tcpip_api_call_data { struct
107 typedef err_t (*tcpip_api_call_fn)(struct tcpip_api_call_data *call); argument
108 err_t tcpip_api_call(tcpip_api_call_fn fn, struct tcpip_api_call_data *call);
110 err_t tcpip_linklayer_event_call(tcpip_api_call_fn fn, struct tcpip_api_call_data *call);
119 tcpip_netifapi_priority(tcpip_api_call_fn fn, struct tcpip_api_call_data *call);
154 struct tcpip_api_call_data *arg;
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dnetifapi.h82 struct tcpip_api_call_data call;