Home
last modified time | relevance | path

Searched refs:LWIP_UNUSED_ARG (Results 1 – 8 of 8) sorted by relevance

/device/soc/esp/esp32/components/esp_lwip/port/hooks/
Dlwip_default_hooks.c23 LWIP_UNUSED_ARG(src); in lwip_hook_ip6_route()
24 LWIP_UNUSED_ARG(dest); in lwip_hook_ip6_route()
33 LWIP_UNUSED_ARG(name); in lwip_hook_netconn_external_resolve()
34 LWIP_UNUSED_ARG(addr); in lwip_hook_netconn_external_resolve()
35 LWIP_UNUSED_ARG(addrtype); in lwip_hook_netconn_external_resolve()
36 LWIP_UNUSED_ARG(err); in lwip_hook_netconn_external_resolve()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Darch.h310 #ifndef LWIP_UNUSED_ARG
311 #define LWIP_UNUSED_ARG(x) (void)x macro
Dtcp.h768 #define tcp_accepted(pcb) do { LWIP_UNUSED_ARG(pcb); } while (0) /* compatibility define, …
/device/soc/beken/bk7235/liteos_m/third_party_adapter/lwip_intf_v2_1/lwip-2.1.2/port/
Dsockets.c512 LWIP_UNUSED_ARG(accepted); in alloc_socket()
567 LWIP_UNUSED_ARG(is_tcp); in free_socket_locked()
749 LWIP_UNUSED_ARG(namelen); in lwip_bind()
860 LWIP_UNUSED_ARG(namelen); in lwip_connect_internal()
1059 LWIP_UNUSED_ARG(conn); in lwip_sock_make_addr()
1092 LWIP_UNUSED_ARG(dbg_fn); in lwip_recv_tcp_from()
1093 LWIP_UNUSED_ARG(dbg_s); in lwip_recv_tcp_from()
1094 LWIP_UNUSED_ARG(dbg_ret); in lwip_recv_tcp_from()
1127 LWIP_UNUSED_ARG(dbg_s); in lwip_recvfrom_udp_raw()
1503 LWIP_UNUSED_ARG(msg->msg_control); in lwip_sendmsg_internal()
[all …]
/device/soc/esp/esp32/components/esp_lwip/lwip/src/api/
Dsockets.c548 LWIP_UNUSED_ARG(accepted); in alloc_socket()
610 LWIP_UNUSED_ARG(is_tcp); in free_socket_locked()
802 LWIP_UNUSED_ARG(namelen); in lwip_bind()
891 LWIP_UNUSED_ARG(namelen); in lwip_connect()
1090 LWIP_UNUSED_ARG(conn); in lwip_sock_make_addr()
1123 LWIP_UNUSED_ARG(dbg_fn); in lwip_recv_tcp_from()
1124 LWIP_UNUSED_ARG(dbg_s); in lwip_recv_tcp_from()
1125 LWIP_UNUSED_ARG(dbg_ret); in lwip_recv_tcp_from()
1158 LWIP_UNUSED_ARG(dbg_s); in lwip_recvfrom_udp_raw()
1507 LWIP_UNUSED_ARG(msg->msg_control); in lwip_sendmsg()
[all …]
/device/soc/esp/esp32/components/esp_lwip/lwip/src/core/
Dpbuf.c150 LWIP_UNUSED_ARG(arg); in pbuf_free_ooseq_callback()
605 LWIP_UNUSED_ARG(payload); /* only used in LWIP_DEBUGF below */ in pbuf_remove_header()
1324 LWIP_UNUSED_ARG(err); /* in case of LWIP_NOASSERT */ in pbuf_clone()
/device/soc/esp/esp32/components/esp_lwip/port/
Dsys_arch.c485 LWIP_UNUSED_ARG(pval); in sys_arch_unprotect()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
Dtcp_priv.h300 LWIP_UNUSED_ARG(last_state); \