Home
last modified time | relevance | path

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

/lib/lwip/lwip/contrib/examples/mqtt/
A Dmqtt_example.c102 mqtt_request_cb, LWIP_CONST_CAST(void*, client_info), in mqtt_connection_cb()
106 mqtt_request_cb, LWIP_CONST_CAST(void*, client_info), in mqtt_connection_cb()
121 LWIP_CONST_CAST(void*, &mqtt_client_info)); in mqtt_example_init()
125 mqtt_connection_cb, LWIP_CONST_CAST(void*, &mqtt_client_info), in mqtt_example_init()
/lib/lwip/lwip/src/core/
A Ddef.c110 return LWIP_CONST_CAST(char *, buffer); in lwip_strnstr()
114 return LWIP_CONST_CAST(char *, p); in lwip_strnstr()
133 return LWIP_CONST_CAST(char *, buffer); in lwip_strnistr()
137 return LWIP_CONST_CAST(char *, p); in lwip_strnistr()
A Dinit.c344 …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.c1212 return LWIP_CONST_CAST(struct pbuf *, out); in pbuf_skip()
A Dtcp_out.c1955 NETIF_SET_HINTS(netif, LWIP_CONST_CAST(struct netif_hint*, &(pcb->netif_hints))); in tcp_output_control_segment_netif()
/lib/lwip/lwip/src/include/lwip/
A Darch.h239 #ifndef LWIP_CONST_CAST
240 #define LWIP_CONST_CAST(target_type, val) ((target_type)((ptrdiff_t)val)) macro
245 #define LWIP_ALIGNMENT_CAST(target_type, val) LWIP_CONST_CAST(target_type, val)
252 #define LWIP_PTR_NUMERIC_CAST(target_type, val) LWIP_CONST_CAST(target_type, val)
257 #define LWIP_PACKED_CAST(target_type, val) LWIP_CONST_CAST(target_type, val)
/lib/lwip/u-boot/arch/
A Dcc.h40 #define LWIP_CONST_CAST(target_type, val) ((target_type)((uintptr_t)val)) macro
/lib/lwip/lwip/src/api/
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()
330 msg = LWIP_CONST_CAST(void *, &netconn_closed);
899 void *msg = LWIP_CONST_CAST(void *, &netconn_deleted);
A Dnetifapi.c339 NETIFAPI_VAR_REF(msg).msg.ifs.name = LWIP_CONST_CAST(char *, name); in netifapi_netif_name_to_index()
A Dsockets.c1304 msg.msg_iov = LWIP_CONST_CAST(struct iovec *, iov); in lwip_readv()
1798 msg.msg_iov = LWIP_CONST_CAST(struct iovec *, iov); in lwip_writev()
/lib/lwip/lwip/contrib/examples/snmp/snmp_private_mib/
A Dlwip_prvmib.c332 cell_instance->reference.u32 = LWIP_CONST_CAST(u32_t, state.reference); in sensor_table_get_next_cell_instance()
/lib/lwip/lwip/src/apps/lwiperf/
A Dlwiperf.c326 txptr = LWIP_CONST_CAST(void *, &lwiperf_txbuf_const[conn->bytes_transferred % 10]); in lwiperf_tcp_client_send_more()

Completed in 54 milliseconds