Searched refs:LWIP_CONST_CAST (Results 1 – 17 of 17) sorted by relevance
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | arch.h | 179 #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 D | arch.h | 241 #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 D | def.c | 110 return LWIP_CONST_CAST(char *, buffer); in lwip_strnstr() 114 return LWIP_CONST_CAST(char *, p); in lwip_strnstr()
|
| A D | init.c | 342 …LWIP_ASSERT("LWIP_CONST_CAST not implemented correctly. Check your lwIP port.", LWIP_CONST_CAST(vo… in lwip_init()
|
| A D | timeouts.c | 182 …sys_timeout(lwip_cyclic_timers[i].interval_ms, cyclic_timer, LWIP_CONST_CAST(void*, &lwip_cyclic_t… in sys_timeouts_init()
|
| A D | pbuf.c | 1134 return LWIP_CONST_CAST(struct pbuf*, out); in pbuf_skip()
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | def.c | 110 return LWIP_CONST_CAST(char *, buffer); in lwip_strnstr() 114 return LWIP_CONST_CAST(char *, p); in lwip_strnstr()
|
| A D | init.c | 337 …LWIP_ASSERT("LWIP_CONST_CAST not implemented correctly. Check your lwIP port.", LWIP_CONST_CAST(vo… in lwip_init()
|
| A D | timeouts.c | 271 …sys_timeout(lwip_cyclic_timers[i].interval_ms, lwip_cyclic_timer, LWIP_CONST_CAST(void *, &lwip_cy… in sys_timeouts_init()
|
| A D | pbuf.c | 1181 return LWIP_CONST_CAST(struct pbuf *, out); in pbuf_skip()
|
| A D | tcp_out.c | 1942 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 D | netifapi.c | 339 NETIFAPI_VAR_REF(msg).msg.ifs.name = LWIP_CONST_CAST(char *, name); in netifapi_netif_name_to_index()
|
| A D | api_msg.c | 119 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 D | sockets.c | 1288 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 D | lwiperf.c | 297 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 D | lwiperf.c | 325 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 D | sockets.c | 1308 msg.msg_iov = LWIP_CONST_CAST(struct iovec *, iov); in lwip_writev()
|
Completed in 37 milliseconds