Home
last modified time | relevance | path

Searched refs:API_VAR_DECLARE (Results 1 – 6 of 6) sorted by relevance

/third_party/lwip/src/include/lwip/priv/
Dtcpip_priv.h57 #define API_VAR_DECLARE(type, name) type * name macro
84 #define API_VAR_DECLARE(type, name) type name macro
/third_party/lwip/src/api/
Dnetifapi.c53 #define NETIFAPI_VAR_DECLARE(name) API_VAR_DECLARE(struct netifapi_msg, name)
Dapi_lib.c79 #define API_MSG_VAR_DECLARE(name) API_VAR_DECLARE(struct api_msg, name)
1277 API_VAR_DECLARE(struct dns_api_msg, msg);
Dtcpip.c57 #define TCPIP_MSG_VAR_DECLARE(name) API_VAR_DECLARE(struct tcpip_msg, name)
Dsockets.c92 #define API_SELECT_CB_VAR_DECLARE(name) API_VAR_DECLARE(struct lwip_select_cb, name)
183 #define LWIP_SETGETSOCKOPT_DATA_VAR_DECLARE(name) API_VAR_DECLARE(struct lwip_setgetsockopt_data, n…
/third_party/lwip/src/netif/ppp/
Dpppapi.c49 #define PPPAPI_VAR_DECLARE(name) API_VAR_DECLARE(struct pppapi_msg, name)