Home
last modified time | relevance | path

Searched refs:LWIP_CONST_CAST (Results 1 – 17 of 17) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Darch.h179 #ifndef LWIP_CONST_CAST
180 #define LWIP_CONST_CAST(target_type, val) ((target_type)((ptrdiff_t)val)) macro
185 #define LWIP_ALIGNMENT_CAST(target_type, val) LWIP_CONST_CAST(target_type, val)
192 #define LWIP_PTR_NUMERIC_CAST(target_type, val) LWIP_CONST_CAST(target_type, val)
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Darch.h241 #ifndef LWIP_CONST_CAST
242 #define LWIP_CONST_CAST(target_type, val) ((target_type)((ptrdiff_t)val)) macro
247 #define LWIP_ALIGNMENT_CAST(target_type, val) LWIP_CONST_CAST(target_type, val)
254 #define LWIP_PTR_NUMERIC_CAST(target_type, val) LWIP_CONST_CAST(target_type, val)
259 #define LWIP_PACKED_CAST(target_type, val) LWIP_CONST_CAST(target_type, val)
/components/net/lwip/lwip-2.0.3/src/core/
A Ddef.c110 return LWIP_CONST_CAST(char *, buffer); in lwip_strnstr()
114 return LWIP_CONST_CAST(char *, p); in lwip_strnstr()
A Dinit.c342 …LWIP_ASSERT("LWIP_CONST_CAST not implemented correctly. Check your lwIP port.", LWIP_CONST_CAST(vo… in lwip_init()
A Dtimeouts.c182 …sys_timeout(lwip_cyclic_timers[i].interval_ms, cyclic_timer, LWIP_CONST_CAST(void*, &lwip_cyclic_t… in sys_timeouts_init()
A Dpbuf.c1134 return LWIP_CONST_CAST(struct pbuf*, out); in pbuf_skip()
/components/net/lwip/lwip-2.1.2/src/core/
A Ddef.c110 return LWIP_CONST_CAST(char *, buffer); in lwip_strnstr()
114 return LWIP_CONST_CAST(char *, p); in lwip_strnstr()
A Dinit.c337 …LWIP_ASSERT("LWIP_CONST_CAST not implemented correctly. Check your lwIP port.", LWIP_CONST_CAST(vo… in lwip_init()
A Dtimeouts.c271 …sys_timeout(lwip_cyclic_timers[i].interval_ms, lwip_cyclic_timer, LWIP_CONST_CAST(void *, &lwip_cy… in sys_timeouts_init()
A Dpbuf.c1181 return LWIP_CONST_CAST(struct pbuf *, out); in pbuf_skip()
A Dtcp_out.c1942 NETIF_SET_HINTS(netif, LWIP_CONST_CAST(struct netif_hint*, &(pcb->netif_hints))); in tcp_output_control_segment()
/components/net/lwip/lwip-2.1.2/src/api/
A Dnetifapi.c339 NETIFAPI_VAR_REF(msg).msg.ifs.name = LWIP_CONST_CAST(char *, name); in netifapi_netif_name_to_index()
A Dapi_msg.c119 return LWIP_CONST_CAST(void *, &netconn_aborted); in lwip_netconn_err_to_msg()
121 return LWIP_CONST_CAST(void *, &netconn_reset); in lwip_netconn_err_to_msg()
123 return LWIP_CONST_CAST(void *, &netconn_closed); in lwip_netconn_err_to_msg()
327 msg = LWIP_CONST_CAST(void *, &netconn_closed);
895 void *msg = LWIP_CONST_CAST(void *, &netconn_deleted);
A Dsockets.c1288 msg.msg_iov = LWIP_CONST_CAST(struct iovec *, iov); in lwip_readv()
1782 msg.msg_iov = LWIP_CONST_CAST(struct iovec *, iov); in lwip_writev()
/components/net/lwip/lwip-2.0.3/src/apps/lwiperf/
A Dlwiperf.c297 txptr = LWIP_CONST_CAST(void*, &lwiperf_txbuf_const[conn->bytes_transferred % 10]); in lwiperf_tcp_client_send_more()
/components/net/lwip/lwip-2.1.2/src/apps/lwiperf/
A Dlwiperf.c325 txptr = LWIP_CONST_CAST(void *, &lwiperf_txbuf_const[conn->bytes_transferred % 10]); in lwiperf_tcp_client_send_more()
/components/net/lwip/lwip-2.0.3/src/api/
A Dsockets.c1308 msg.msg_iov = LWIP_CONST_CAST(struct iovec *, iov); in lwip_writev()

Completed in 38 milliseconds