Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcpip_priv.h57 #define API_VAR_DECLARE(type, name) type * name macro
84 #define API_VAR_DECLARE(type, name) type name macro
/btstack/3rd-party/lwip/core/src/api/
H A Dnetifapi.c53 #define NETIFAPI_VAR_DECLARE(name) API_VAR_DECLARE(struct netifapi_msg, name)
H A Dtcpip.c54 #define TCPIP_MSG_VAR_DECLARE(name) API_VAR_DECLARE(struct tcpip_msg, name)
H A 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);
H A Dsockets.c84 #define API_SELECT_CB_VAR_DECLARE(name) API_VAR_DECLARE(struct lwip_select_cb, name)
175 #define LWIP_SETGETSOCKOPT_DATA_VAR_DECLARE(name) API_VAR_DECLARE(struct lwip_setgetsockopt_data, n…
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dpppapi.c49 #define PPPAPI_VAR_DECLARE(name) API_VAR_DECLARE(struct pppapi_msg, name)