Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/
A Dtcpip_priv.h57 #define API_VAR_DECLARE(type, name) type * name macro
83 #define API_VAR_DECLARE(type, name) type name macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/
A Dtcpip_priv.h57 #define API_VAR_DECLARE(type, name) type * name macro
83 #define API_VAR_DECLARE(type, name) type name macro
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dnetifapi.c50 #define NETIFAPI_VAR_DECLARE(name) API_VAR_DECLARE(struct netifapi_msg, name)
A Dapi_lib.c75 #define API_MSG_VAR_DECLARE(name) API_VAR_DECLARE(struct api_msg, name)
914 API_VAR_DECLARE(struct dns_api_msg, msg); in netconn_gethostbyname_addrtype()
A Dtcpip.c57 #define TCPIP_MSG_VAR_DECLARE(name) API_VAR_DECLARE(struct tcpip_msg, name)
A Dsockets.c167 #define LWIP_SETGETSOCKOPT_DATA_VAR_DECLARE(name) API_VAR_DECLARE(struct lwip_setgetsockopt_data, n…
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dpppapi.c49 #define PPPAPI_VAR_DECLARE(name) API_VAR_DECLARE(struct pppapi_msg, name)

Completed in 12 milliseconds